ClusterMembershipOptions.NumVotesForDeathDeclaration Property
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.
Gets or sets the number of non-expired votes that are needed to declare some silo as down (should be at most NumProbedSilos)
public int NumVotesForDeathDeclaration { get; set; }
member this.NumVotesForDeathDeclaration : int with get, set
Public Property NumVotesForDeathDeclaration As Integer
Property Value
Two votes are sufficient for a silo to be declared as down, by default.