ClusterMembershipOptions.DefunctSiloCleanupPeriod 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 duration between membership table cleanup operations. When this period elapses, all defunct silo entries older than DefunctSiloExpiration are removed. This value is per-silo.
public TimeSpan? DefunctSiloCleanupPeriod { get; set; }
member this.DefunctSiloCleanupPeriod : Nullable<TimeSpan> with get, set
Public Property DefunctSiloCleanupPeriod As Nullable(Of TimeSpan)
Property Value
Membership is cleared of expired, defunct silos every hour, by default.