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)

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

<DataContractAttribute>
Public Class SubscriptionHandle
	Inherits Handle

NameDescription
System_CAPS_pubmethodSubscriptionHandle()

Initializes a new instance of the SubscriptionHandle class.

NameDescription
System_CAPS_pubpropertyExecutionPropertyName

(Inherited from Handle.)

System_CAPS_pubpropertyOwner

(Inherited from Handle.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnInitialize(HandleInitializationContext)

(Inherited from Handle.)

System_CAPS_protmethodOnUninitialize(HandleInitializationContext)

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

System_CAPS_protmethodThrowIfUninitialized()

(Inherited from Handle.)

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

Community Additions

ADD
Show: