ClusterMembershipOptions.DefunctSiloCleanupPeriod 属性

定义

获取或设置成员身份表清理操作之间的持续时间。 此时间段过后,将删除所有早于 DefunctSiloExpiration 的已失效 silo 条目。 此值是每个 silo。

public TimeSpan? DefunctSiloCleanupPeriod { get; set; }
member this.DefunctSiloCleanupPeriod : Nullable<TimeSpan> with get, set
Public Property DefunctSiloCleanupPeriod As Nullable(Of TimeSpan)

属性值

默认情况下,成员身份每小时清除一次已过期、已失效的孤岛。

适用于