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

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

Return Value

A list of entities which are in the given cluster

See Also