Subscription Class
Updated: October 22, 2012
Represents a subscription.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
| Name | Description | |
|---|---|---|
![]() | Subscription(String, String, String) | Initializes a new instance of the Subscription class. |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateAsync(String, String, String) | Asynchronously creates a subscription with a specified name. |
![]() ![]() | CreateAsync(String, String, String, SubscriptionSettings) | Asynchronously creates a subscription. |
![]() ![]() | DeleteAsync(String, String, String) | Asynchronously deletes a subscription. |
![]() | Dispose() | |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | OnMessage(Action<Message>) | Processes the subscription message. |
![]() | OnMessage<'T>(Action<'T>) | Processes a subscription message. |
![]() | ReceiveAsync<'T>() | Asynchronously receives a subscription. |
![]() | ReceiveAsync<'T>(TimeSpan) | Asynchronously receives a subscription. |
![]() | 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.
Show:


