Udostępnij za pośrednictwem


ILeaseManager.UpdatePropertiesAsync(ILease) Method

Definition

Replace properties from the specified lease.

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)

Parameters

leaseToUpdatePropertiesFrom
ILease

Lease containing new properties

Returns

Updated lease

Exceptions

Thrown if other host acquired the lease

Applies to