共用方式為


AzureQueueStorageTransportBindingElement Constructors

Definition

Overloads

AzureQueueStorageTransportBindingElement()

Creates a new instance of the AzureQueueStorageTransportBindingElement Class.

AzureQueueStorageTransportBindingElement(AzureQueueStorageTransportBindingElement)

Creates a new instance of this class from an existing instance.

AzureQueueStorageTransportBindingElement()

Source:
AzureQueueStorageTransportBindingElement.cs

Creates a new instance of the AzureQueueStorageTransportBindingElement Class.

public AzureQueueStorageTransportBindingElement ();
Public Sub New ()

Applies to

AzureQueueStorageTransportBindingElement(AzureQueueStorageTransportBindingElement)

Source:
AzureQueueStorageTransportBindingElement.cs

Creates a new instance of this class from an existing instance.

protected AzureQueueStorageTransportBindingElement (Microsoft.WCF.Azure.StorageQueues.Channels.AzureQueueStorageTransportBindingElement other);
new Microsoft.WCF.Azure.StorageQueues.Channels.AzureQueueStorageTransportBindingElement : Microsoft.WCF.Azure.StorageQueues.Channels.AzureQueueStorageTransportBindingElement -> Microsoft.WCF.Azure.StorageQueues.Channels.AzureQueueStorageTransportBindingElement
Protected Sub New (other As AzureQueueStorageTransportBindingElement)

Parameters

Applies to