IClusterMembershipService Interface

Definition

Functionality for querying and interacting with cluster membership.

public interface IClusterMembershipService
type IClusterMembershipService = interface
Public Interface IClusterMembershipService

Properties

CurrentSnapshot

Gets the most recent cluster membership snapshot.

MembershipUpdates

Gets an enumerable collection of membership updates.

Methods

Refresh(MembershipVersion)

Refreshes cluster membership if it is not at or above the specified minimum version.

TryKill(SiloAddress)

Unilaterally declares the specified silo defunct.

Applies to