IHazelcastInstanceGetCluster Method Hazelcast .Net Client Class Library
Returns the ICluster that this Hazelcast instance is part of.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

ICluster GetCluster()

Return Value

Type: ICluster
cluster that this Hazelcast instance is part of
Remarks

Returns the ICluster that this Hazelcast instance is part of. ICluster interface allows you to add listener for membership events and learn more about the cluster that this Hazelcast instance is part of.
See Also

Reference