你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Lease 构造函数

定义

重载

Lease()
Lease(Lease)
Lease(String)

Lease()

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

适用于

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)

参数

source
Lease

适用于

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)

参数

partitionId
String

适用于