Entity Constructor (String)

 

Initializes a new instance of the Entity class with a connection string.

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

Syntax

protected Entity(
    string connectionString
)
protected:
Entity(
    String^ connectionString
)
new : 
        connectionString:string -> Entity
Protected Sub New (
    connectionString As String
)

Parameters

  • connectionString
    Type: System.String

    The connection string to the entity.

See Also

Entity Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top