Topic Class

 

Updated: October 22, 2012

Represents a messaging topic.

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

System.Object
  Microsoft.WindowsAzure.Messaging.Entity
    Microsoft.WindowsAzure.Messaging.Topic

[<Sealed>]
type Topic = 
    class
        inherit Entity
    end

NameDescription
System_CAPS_pubmethodTopic(String, String)

Initializes a new instance of the Topic class.

NameDescription
System_CAPS_pubpropertyConnection

Gets or sets the connection string to the Microsoft Azure service.(Inherited from Entity.)

System_CAPS_pubpropertyPath

Gets the name of the path.

System_CAPS_pubpropertyToken

Gets or sets the token to the Azure service.(Inherited from Entity.)

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.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: