Topic.CreateAsync Method (String, String, TopicSettings)

 

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

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

public static Task<Topic> CreateAsync(
	string path,
	string connectionString,
	TopicSettings settings
)

Parameters

path
Type: System.String

The path where the topic belongs to.

connectionString
Type: System.String

The connection string.

settings
Type: Microsoft.WindowsAzure.Messaging.TopicSettings

The topic settings.

Return Value

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

The created Topic class.

Return to top
Show: