Bagikan melalui


ILeaseManager.GetLeaseAsync(String) Method

Definition

Return the lease info for the specified partition. Can return null if no lease has been created in the store for the specified partition.

public System.Threading.Tasks.Task<Microsoft.Azure.EventHubs.Processor.Lease> GetLeaseAsync (string partitionId);
abstract member GetLeaseAsync : string -> System.Threading.Tasks.Task<Microsoft.Azure.EventHubs.Processor.Lease>
Public Function GetLeaseAsync (partitionId As String) As Task(Of Lease)

Parameters

partitionId
String

id of partition to get lease for

Returns

lease info for the partition, or null

Applies to