ILeaseManager.LeaseRenewInterval プロパティ

定義

リース マネージャーの実装で、リースをスキャンして更新する頻度を PartitionManager に指定できるようにします。 ホストの運用停止後に適切なタイミングでリースを再配布するには、10 秒などの比較的短い間隔をお勧めします。 間違った有効期限が切れないようにするには、明らかにリースの長さの半分未満にする必要があります。

public TimeSpan LeaseRenewInterval { get; }
member this.LeaseRenewInterval : TimeSpan
Public ReadOnly Property LeaseRenewInterval As TimeSpan

プロパティ値

スキャン間のスリープ間隔

適用対象