Click or drag to resize

InitialMembershipEventGetCluster Method

Returns the cluster of the event.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
public virtual ICluster GetCluster()

Return Value

Type: ICluster
the cluster of the event.
Remarks
Returns the cluster of the event.
See Also