Topic Class
Updated: October 22, 2012
Represents a messaging topic.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
| Name | Description | |
|---|---|---|
![]() | Topic(String, String) | Initializes a new instance of the Topic class. |
| Name | Description | |
|---|---|---|
![]() | Connection | Gets or sets the connection string to the Microsoft Azure service.(Inherited from Entity.) |
![]() | Path | Gets the name of the path. |
![]() | Token | Gets or sets the token to the Azure service.(Inherited from Entity.) |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


