Partager via


ILeaseCheckpointer.CheckpointAsync(ILease, String) Méthode

Définition

Point de contrôle du bail.

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)

Paramètres

lease
ILease

Bail à renouveler

continuationToken
String

jeton de liaison

Retours

Mise à jour du bail renouvelé

Exceptions

Levée si un autre hôte a acquis le bail ou le bail a été supprimé

S’applique à