Returns the ICluster that this Hazelcast instance is part of.
Namespace: Hazelcast.CoreAssembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Function GetCluster As ICluster
abstract GetCluster : unit -> ICluster
Return Value
Type:
IClustercluster that this Hazelcast instance is part of
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.
Reference