Compartir a través de


Lease Constructores

Definición

Sobrecargas

Lease()
Lease(Lease)
Lease(String)

Lease()

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

Se aplica a

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)

Parámetros

source
Lease

Se aplica a

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)

Parámetros

partitionId
String

Se aplica a