Lease Constructors

Definition

Overloads

Lease()

Initializes a new instance of the Lease class.

Lease(Lease)

Initializes a new instance of the Lease class with the specified Lease(Lease) value as reference.

Lease()

Initializes a new instance of the Lease class.

public Lease ();
Public Sub New ()

Applies to

Lease(Lease)

Initializes a new instance of the Lease class with the specified Lease(Lease) value as reference.

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)

Parameters

source
Lease

The specified Lease(Lease) instance where its property values will be copied from.

Applies to