SubscriptionHandle Class

 

A handle that stores the subscription created by the Subscribe or ReceiveNotification activity.

Namespace:   Microsoft.Activities.Messaging
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Inheritance Hierarchy

System.Object
  System.Activities.Handle
    Microsoft.Activities.Messaging.SubscriptionHandle

Syntax

[DataContractAttribute]
public class SubscriptionHandle : Handle
[DataContractAttribute]
public ref class SubscriptionHandle : Handle
[<DataContractAttribute>]
type SubscriptionHandle = 
    class
        inherit Handle
    end
<DataContractAttribute>
Public Class SubscriptionHandle
    Inherits Handle

Constructors

Name Description
System_CAPS_pubmethod SubscriptionHandle()

Initializes a new instance of the SubscriptionHandle class.

Properties

Name Description
System_CAPS_pubproperty ExecutionPropertyName

(Inherited from Handle.)

System_CAPS_pubproperty Owner

(Inherited from Handle.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod OnInitialize(HandleInitializationContext)

(Inherited from Handle.)

System_CAPS_protmethod OnUninitialize(HandleInitializationContext)

Called when the subscription handle goes out of scope in order to clean-up the subscription.(Overrides Handle.OnUninitialize(HandleInitializationContext).)

System_CAPS_protmethod ThrowIfUninitialized()

(Inherited from Handle.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.Activities.Messaging Namespace

Return to top