Topic.CreateAsync Method (String, String, TopicSettings)
Asynchronously creates a Topic class with the specified path, connection string and settings.
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.
Show: