Freigeben über


ILeaseCheckpointer.CheckpointAsync(ILease, String) Methode

Definition

Prüfe die Lease.

public System.Threading.Tasks.Task<Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease> CheckpointAsync (Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease lease, string continuationToken);
abstract member CheckpointAsync : Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease * string -> System.Threading.Tasks.Task<Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease>
Public Function CheckpointAsync (lease As ILease, continuationToken As String) As Task(Of ILease)

Parameter

lease
ILease

Lease to renew (Lease to renew)

continuationToken
String

Fortsetzungstoken

Gibt zurück

Aktualisierte erneuerte Lease

Ausnahmen

Wird ausgelöst, wenn ein anderer Host die Lease oder Lease erworben hat.

Gilt für: