Topic Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(String, String, TopicSettings)

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

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(String, String)

Asynchronously deletes the specified topic.

System_CAPS_pubmethodDispose()

Releases all resources used by the current instance of the Entity class.(Inherited from Entity.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSendAsync(JsonObject)

Asynchronously sends the specified topic.

System_CAPS_pubmethodSendAsync(Message)

Asynchronously sends the specified topic.

System_CAPS_pubmethodSendAsync<T>(T)

Asynchronously sends a topic with the specified message.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: