Updates the cluster associated with an entity. No check of consistence are done.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void UpdateEntityCluster(
	Guid entityId,
	int cluster
)
Visual Basic (Declaration)
Public Sub UpdateEntityCluster ( _
	entityId As Guid, _
	cluster As Integer _
)
Visual C++
public:
void UpdateEntityCluster(
	Guid entityId, 
	int cluster
)

Parameters

entityId
Type: System..::.Guid
Target entity.
cluster
Type: System..::.Int32
New cluster associated with it.

See Also