次の方法で共有


Lease コンストラクター

定義

オーバーロード

Lease()
Lease(Lease)
Lease(String)

Lease()

ソース:
Lease.cs
protected Lease ();
Protected Sub New ()

適用対象

Lease(Lease)

ソース:
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)

パラメーター

source
Lease

適用対象

Lease(String)

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

パラメーター

partitionId
String

適用対象