ClusterMembershipOptions.NumMissedProbesLimit 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 missed probe requests from a silo that lead to suspecting this silo as down.
public int NumMissedProbesLimit { get; set; }
member this.NumMissedProbesLimit : int with get, set
Public Property NumMissedProbesLimit As Integer
Property Value
A silo will be suspected as being down if three probes are missed, by default.