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