ClusterMembershipOptions.LivenessEnabled 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 a value indicating whether to disable silo liveness protocol (should be used only for testing).
If a silo is suspected to be down, but this attribute is set to false
, the suspicions will not propagated to the system and enforced.
This parameter is intended for use only for testing and troubleshooting.
In production, liveness should always be enabled.
public bool LivenessEnabled { get; set; }
member this.LivenessEnabled : bool with get, set
Public Property LivenessEnabled As Boolean
Property Value
Liveness is enabled by default.