Edit

Share via


IClusterMembershipService Interface

Definition

Functionality for querying and interacting with cluster membership.

public interface IClusterMembershipService
type IClusterMembershipService = interface
Public Interface IClusterMembershipService

Properties

Name Description
CurrentSnapshot

Gets the most recent cluster membership snapshot.

MembershipUpdates

Gets an enumerable collection of membership updates.

Methods

Name Description
Refresh(MembershipVersion, CancellationToken)

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

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