Topic::CreateAsync Method (String^, String^)

 

Asynchronously creates a Topic class with the specified path and connection string.

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

public:
static Task<Topic^>^ CreateAsync(
	String^ path,
	String^ connectionString
)

Parameters

path
Type: System::String^

The path where the topic belongs to.

connectionString
Type: System::String^

The connection string.

Return Value

Type: System.Threading.Tasks::Task<Topic^>^

The created Topic class.

Return to top
Show: