次の方法で共有


PartitionManagerOptions.LeaseDuration プロパティ

定義

EventHub パーティションを表す Azure BLOB でリースが取得される間隔。 この期間内にリースが更新されない場合、リースは期限切れになり、パーティションの所有権は別 EventProcessorHost のインスタンスに移動します。

public TimeSpan LeaseDuration { get; set; }
member this.LeaseDuration : TimeSpan with get, set
Public Property LeaseDuration As TimeSpan

プロパティ値

適用対象