ILeaseManager.GetLeaseAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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