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

IParitionLoadBalancingStrategy.SelectLeasesToTake 方法

定义

选择应用于处理的租约。 此方法将定期调用 LeaseAcquireInterval

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease> SelectLeasesToTake (System.Collections.Generic.IEnumerable<Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease> allLeases);
abstract member SelectLeasesToTake : seq<Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease> -> seq<Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease>
Public Function SelectLeasesToTake (allLeases As IEnumerable(Of ILease)) As IEnumerable(Of ILease)

参数

allLeases
IEnumerable<ILease>

所有租约

返回

此主机处理时应采用的租约

适用于