Compartilhar via


ILeaseManager.UpdatePropertiesAsync(ILease) Método

Definição

Substitua as propriedades da concessão especificada.

public System.Threading.Tasks.Task<Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease> UpdatePropertiesAsync (Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease leaseToUpdatePropertiesFrom);
abstract member UpdatePropertiesAsync : Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease -> System.Threading.Tasks.Task<Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease>
Public Function UpdatePropertiesAsync (leaseToUpdatePropertiesFrom As ILease) As Task(Of ILease)

Parâmetros

leaseToUpdatePropertiesFrom
ILease

Concessão que contém novas propriedades

Retornos

Concessão atualizada

Exceções

Gerado se outro host adquiriu a concessão

Aplica-se a