Compartilhar via


IParitionLoadBalancingStrategy.SelectLeasesToTake Método

Definição

Selecione concessões que devem ser tomadas para processamento. Esse método será chamado periodicamente com 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)

Parâmetros

allLeases
IEnumerable<ILease>

Todas as concessões

Retornos

Concessões que devem ser tomadas para processamento por este host

Aplica-se a