Queue.CreateAsync Method (String, String)
Asynchronously initializes a new instance of the Queue class with the specified path and connection string.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
Public Shared Function CreateAsync ( path As String, connectionString As String ) 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.
Show: