ClusterMembershipOptions.DefunctSiloExpiration 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 period of time after which membership entries for defunct silos are eligible for removal.
Valid only if DefunctSiloCleanupPeriod is not null
.
public TimeSpan DefunctSiloExpiration { get; set; }
member this.DefunctSiloExpiration : TimeSpan with get, set
Public Property DefunctSiloExpiration As TimeSpan
Property Value
Defunct silos are removed from membership after one week by default.