Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PartitionManagerOptions.LeaseInterval 属性

定义

在表示 EventHub 分区的 Azure Blob 上获取租约的时间间隔。 如果未在此间隔内续订租约,则会导致租约过期,分区的所有权将转移到另一个 EventProcessorHost 实例。

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

属性值

适用于