Queue.CreateAsync Method (String, String, QueueSettings)
Asynchronously initializes a new instance of the Queue class with the specified path and connection string and settings.
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.
Show: