Gets the list of entities which are in a given cluster
Namespace:
CloudsterAssembly: Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
IEnumerable<TEntity> GetClusterContents( int cluster ) |
Visual Basic (Declaration) |
---|
Function GetClusterContents ( _ cluster As Integer _ ) As IEnumerable(Of TEntity) |
Visual C++ |
---|
IEnumerable<TEntity>^ GetClusterContents( int cluster ) |
Parameters
- cluster
- Type: System..::.Int32
The cluster to which the entities belongs