Skip to content

IClusterMembershipService Properties

Functionality for querying and interacting with cluster membership.

CurrentSnapshot

abstractget
public abstract ClusterMembershipSnapshot CurrentSnapshot
Gets the most recent cluster membership snapshot.

Property value

The current snapshot.

MembershipUpdates

abstractget
public abstract IAsyncEnumerable<ClusterMembershipSnapshot> MembershipUpdates
Gets an enumerable collection of membership updates.

Property value

The membership updates.