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)

Protected Sub New (
	connectionString As String
)

Parameters

connectionString
Type: System.String

The connection string to the entity.

Return to top
Show: