Subscription Methods

 

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

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

Return to top
Show: