Topic Methods
Namespace:
Microsoft.WindowsAzure.Messaging
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateAsync(String, String) | Asynchronously creates a Topic class with the specified path and connection string. |
![]() ![]() | CreateAsync(String, String, TopicSettings) | Asynchronously creates a Topic class with the specified path, connection string and settings. |
![]() ![]() | DeleteAsync(String, String) | Asynchronously deletes the specified topic. |
![]() | Dispose() | |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | SendAsync(JsonObject) | Asynchronously sends the specified topic. |
![]() | SendAsync(Message) | Asynchronously sends the specified topic. |
![]() | SendAsync<T>(T) | Asynchronously sends a topic with the specified message. |
![]() | ToString() | (Inherited from Object.) |
Show:

