Edit

Share via


ClusterMembershipOptions.ProbeTimeout Property

Definition

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.

Applies to