Partager via


Lease Constructeurs

Définition

Surcharges

Lease()
Lease(Lease)
Lease(String)

Lease()

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

S’applique à

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)

Paramètres

source
Lease

S’applique à

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)

Paramètres

partitionId
String

S’applique à