ClusterMembershipOptions.ProbeTimeout 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 both the period between sending a liveness probe to any given host as well as the timeout for each probe.
public TimeSpan ProbeTimeout { get; set; }
member this.ProbeTimeout : TimeSpan with get, set
Public Property ProbeTimeout As TimeSpan
Property Value
Probes timeout and a new probe is sent every 5 seconds by default.