Enumerates all the elements of a cluster.
Namespace:
CloudsterAssembly: Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public IEnumerable<Guid> ClusterContents( int cluster ) |
Visual Basic (Declaration) |
---|
Public Function ClusterContents ( _ cluster As Integer _ ) As IEnumerable(Of Guid) |
Visual C++ |
---|
public: IEnumerable<Guid>^ ClusterContents( int cluster ) |
Parameters
- cluster
- Type: System..::.Int32
The identifier of the cluster.