SubscriptionHandle Class
A handle that stores the subscription created by the Subscribe or ReceiveNotification activity.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | SubscriptionHandle() | Initializes a new instance of the SubscriptionHandle class. |
| Name | Description | |
|---|---|---|
![]() | ExecutionPropertyName | (Inherited from Handle.) |
![]() | Owner | (Inherited from Handle.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnInitialize(HandleInitializationContext) | (Inherited from Handle.) |
![]() | OnUninitialize(HandleInitializationContext) | Called when the subscription handle goes out of scope in order to clean-up the subscription.(Overrides Handle.OnUninitialize(HandleInitializationContext).) |
![]() | ThrowIfUninitialized() | (Inherited from Handle.) |
![]() | 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.
Community Additions
ADD
Show:


