Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CorrelationToken Class

 
Note: This API is now obsolete.

Manages the subscriptions of the CorrelationProperty to the owner activities. This class cannot be inherited.

Namespace:   System.Workflow.Runtime
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

System::Object
  System.Workflow.ComponentModel::DependencyObject
    System.Workflow.Runtime::CorrelationToken

[ObsoleteAttribute("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public ref class CorrelationToken sealed : DependencyObject

NameDescription
System_CAPS_pubmethodCorrelationToken()

Initializes a new instance of the CorrelationToken class.

System_CAPS_pubmethodCorrelationToken(String^)

Initializes a new instance of the CorrelationToken class using the name of the CorrelationToken.

NameDescription
System_CAPS_protpropertyDesignMode

Gets the value that indicates whether this instance is in design or run-time mode.(Inherited from DependencyObject.)

System_CAPS_pubpropertyInitialized

Gets a value indicating whether the CorrelationToken is initialized.

System_CAPS_pubpropertyName

Gets or sets the name of the CorrelationToken.

System_CAPS_pubpropertyOwnerActivityName

Gets or sets the name of the Activity that owns the correlation token.

System_CAPS_pubpropertyProperties

Gets the collection of CorrelationProperty objects in the CorrelationToken.

System_CAPS_pubpropertySite

Gets or sets a reference to the Site component of the DependencyObject.(Inherited from DependencyObject.)

System_CAPS_pubpropertyUserData

Gets an IDictionary that associates custom data with this class instance.(Inherited from DependencyObject.)

NameDescription
System_CAPS_pubmethodAddHandler(DependencyProperty^, Object^)

Adds a handler for an event of a DependencyObject.(Inherited from DependencyObject.)

System_CAPS_pubmethodDispose()

Releases all the resources used by the DependencyObject.(Inherited from DependencyObject.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetBinding(DependencyProperty^)

Provides access to the ActivityBind associated with the specific DependencyProperty.(Inherited from DependencyObject.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodGetValue(DependencyProperty^)

Provides access to the value of the designated DependencyProperty.(Inherited from DependencyObject.)

System_CAPS_pubmethodGetValueBase(DependencyProperty^)

Provides access to the bound object of a DependencyProperty and bypasses the GetValue override.(Inherited from DependencyObject.)

System_CAPS_pubmethodInitialize(Activity^, ICollection<CorrelationProperty^>^)

Fires correlation initialized events.

System_CAPS_pubmethodIsBindingSet(DependencyProperty^)

Indicates whether the value of a DependencyProperty is set as a binding. See SetBinding.(Inherited from DependencyObject.)

System_CAPS_pubmethodMetaEquals(DependencyObject^)

Determines whether the metaproperties of this DependencyObject equals the metaproperties of the parameterized DependencyObject.(Inherited from DependencyObject.)

System_CAPS_pubmethodRemoveHandler(DependencyProperty^, Object^)

Removes an EventHandler from an associated DependencyProperty.(Inherited from DependencyObject.)

System_CAPS_pubmethodRemoveProperty(DependencyProperty^)

Removes a DependencyProperty from the DependencyObject.(Inherited from DependencyObject.)

System_CAPS_pubmethodSetBinding(DependencyProperty^, ActivityBind^)

Sets the ActivityBind for the specified DependencyProperty. (Inherited from DependencyObject.)

System_CAPS_protmethodSetReadOnlyPropertyValue(DependencyProperty^, Object^)

Sets the value of a DependencyProperty, which is read-only.(Inherited from DependencyObject.)

System_CAPS_pubmethodSetValue(DependencyProperty^, Object^)

Sets the value of the DependencyProperty to the object.(Inherited from DependencyObject.)

System_CAPS_pubmethodSetValueBase(DependencyProperty^, Object^)

Sets the value of the DependencyProperty to the specified Object, bypassing the SetValue.(Inherited from DependencyObject.)

System_CAPS_pubmethodSubscribeForCorrelationTokenInitializedEvent(Activity^, IActivityEventListener<CorrelationTokenEventArgs^>^)

Subscribes the CorrelationToken to the initialized event.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodUnsubscribeFromCorrelationTokenInitializedEvent(Activity^, IActivityEventListener<CorrelationTokenEventArgs^>^)

Unsubscribes the CorrelationToken from the initialized event.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_priveventIComponent::Disposed

Represents the method that handles the Disposed event of a component.(Inherited from DependencyObject.)

System_CAPS_noteNote

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

.NET Framework
Available since 3.0

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
Show:
© 2017 Microsoft