Share via


Queue.CreateAsync Method

 

Asynchronously initializes a new instance of the Queue class.

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

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static CreateAsync(String, String)

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

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(String, String, QueueSettings)

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

See Also

Queue Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top