Queue Constructor (String, String)

 

Initializes a new instance of the Queue class with the specified relative path.

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

Public Sub New (
	path As String,
	connectionString As String
)

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.

Return to top
Show: