Subscription Class

 

Updated: October 22, 2012

Represents a subscription.

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

System.Object
  Microsoft.WindowsAzure.Messaging.Entity
    Microsoft.WindowsAzure.Messaging.Subscription

public sealed class Subscription : Entity

NameDescription
System_CAPS_pubmethodSubscription(String, String, String)

Initializes a new instance of the Subscription class.

NameDescription
System_CAPS_pubpropertyConnection

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

System_CAPS_pubpropertyName

Gets the name of the subscription.

System_CAPS_pubpropertyToken

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

System_CAPS_pubpropertyTopicPath

Gets the path of the topic that this subscription belongs to.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(String, String, String)

Asynchronously creates a subscription with a specified name.

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(String, String, String, SubscriptionSettings)

Asynchronously creates a subscription.

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(String, String, String)

Asynchronously deletes a subscription.

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_pubmethodOnMessage(Action<Message>)

Processes the subscription message.

System_CAPS_pubmethodOnMessage<T>(Action<T>)

Processes a subscription message.

System_CAPS_pubmethodReceiveAsync<T>()

Asynchronously receives a subscription.

System_CAPS_pubmethodReceiveAsync<T>(TimeSpan)

Asynchronously receives a subscription.

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: