IClusterGetMembers Method Hazelcast .Net Client Class Library
List of current members of the cluster.

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

IList<IMember> GetMembers()

Return Value

Type: IListIMember
current members of the cluster
Remarks

List of current members of the cluster. Returning set instance is not modifiable. Every member in the cluster has the same member list in the same order. First member is the oldest member.
See Also

Reference