Lease Constructors

Definition

Overloads

Lease()
Lease(Lease)
Lease(String)

Lease()

Source:
Lease.cs
protected Lease ();
Protected Sub New ()

Applies to

Lease(Lease)

Source:
Lease.cs
protected Lease (Microsoft.Azure.EventHubs.Processor.Lease source);
new Microsoft.Azure.EventHubs.Processor.Lease : Microsoft.Azure.EventHubs.Processor.Lease -> Microsoft.Azure.EventHubs.Processor.Lease
Protected Sub New (source As Lease)

Parameters

source
Lease

Applies to

Lease(String)

Source:
Lease.cs
protected Lease (string partitionId);
new Microsoft.Azure.EventHubs.Processor.Lease : string -> Microsoft.Azure.EventHubs.Processor.Lease
Protected Sub New (partitionId As String)

Parameters

partitionId
String

Applies to