Freigeben über


Lease Konstruktoren

Definition

Überlädt

Lease()
Lease(Lease)
Lease(String)

Lease()

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

Gilt für:

Lease(Lease)

Quelle:
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)

Parameter

source
Lease

Gilt für:

Lease(String)

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

Parameter

partitionId
String

Gilt für: