Updates the cluster in which is a given entity
Namespace:
CloudsterAssembly: Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void SetEntityCluster( TEntity entity, int cluster ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetEntityCluster ( _ entity As TEntity, _ cluster As Integer _ ) |
| Visual C++ |
|---|
public: virtual void SetEntityCluster( TEntity entity, int cluster ) sealed |