Queue.CreateAsync Method (String, String, QueueSettings)

 

Asynchronously initializes a new instance of the Queue class with the specified path and connection string and settings.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

Public Shared Function CreateAsync (
	path As String,
	connectionString As String,
	settings As QueueSettings
) As Task(Of Queue)

Parameters

path
Type: System.String

Path of the queue relative to the service namespace base address.

connectionString
Type: System.String

The string used for the connection.

settings
Type: Microsoft.WindowsAzure.Messaging.QueueSettings

The settings of connection.

Return Value

Type: System.Threading.Tasks.Task(Of Queue)

The new instance of the Queue class.

Return to top
Show: