IClusterMembershipService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |