IClusterMembershipService
interface
Namespace: Orleans.Runtime
Functionality for querying and interacting with cluster membership.
public interface IClusterMembershipServiceProperties
CurrentSnapshotGets the most recent cluster membership snapshot.MembershipUpdatesGets an enumerable collection of membership updates.
Methods
Refresh(MembershipVersion, CancellationToken)Refreshes cluster membership if it is not at or above the specified minimum version.TryKill(SiloAddress)Unilaterally declares the specified silo defunct.
