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

Lease 构造函数

定义

重载

Lease()

初始化 Lease 类的新实例。

Lease(Lease)

使用指定的Lease(Lease)值作为引用初始化 类的新实例Lease

Lease()

初始化 Lease 类的新实例。

public Lease ();
Public Sub New ()

适用于

Lease(Lease)

使用指定的Lease(Lease)值作为引用初始化 类的新实例Lease

public Lease (Microsoft.ServiceBus.Messaging.Lease source);
new Microsoft.ServiceBus.Messaging.Lease : Microsoft.ServiceBus.Messaging.Lease -> Microsoft.ServiceBus.Messaging.Lease
Public Sub New (source As Lease)

参数

source
Lease

将从中复制其属性值的指定 Lease(Lease) 实例。

适用于