Freigeben über


ILeaseManager.CreateLeaseIfNotExistAsync(String, String) Methode

Definition

Überprüft, ob die Lease vorhanden ist, und erstellt sie, wenn sie nicht vorhanden ist.

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

Parameter

partitionId
String

Zu bearbeitende Partition

continuationToken
String

Fortsetzungstoken, falls vorhanden

Gibt zurück

Gilt für: