次の方法で共有


ClusterMembershipOptions.DefunctSiloCleanupPeriod プロパティ

定義

メンバーシップ テーブルのクリーンアップ操作の間隔を取得または設定します。 この期間が経過すると、 より DefunctSiloExpiration 古い、機能していないすべてのサイロ エントリが削除されます。 この値はサイロごとです。

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

プロパティ値

既定では、メンバーシップは 1 時間ごとに期限切れで機能しないサイロからクリアされます。

適用対象