Gets the centroids of all clusters. It does only one query to the storage.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Guid[] GetAllClustersCentroids()
Visual Basic (Declaration)
Public Function GetAllClustersCentroids As Guid()
Visual C++
public:
array<Guid>^ GetAllClustersCentroids()

Return Value

[Missing <returns> documentation for "M:Cloudster.EntityClusterTables.GetAllClustersCentroids"]

See Also