Edit

Share via


ClusterMembershipOptions.NumVotesForDeathDeclaration Property

Definition

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.

Applies to