Share via


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)

Syntax

public Queue(
    string path,
    string connectionString
)
public:
Queue(
    String^ path,
    String^ connectionString
)
new : 
        path:string *
        connectionString:string -> Queue
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.

See Also

Queue Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top