CorrelationToken Class
.NET Framework 4.5
Note: This API is now obsolete.
Manages the subscriptions of the CorrelationProperty to the owner activities. This class cannot be inherited.
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.Runtime.CorrelationToken
System.Workflow.ComponentModel.DependencyObject
System.Workflow.Runtime.CorrelationToken
Namespace: System.Workflow.Runtime
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
The CorrelationToken type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CorrelationToken | Initializes a new instance of the CorrelationToken class. |
![]() | CorrelationToken(String) | Initializes a new instance of the CorrelationToken class using the name of the CorrelationToken. |
| Name | Description | |
|---|---|---|
![]() | DesignMode | Gets the value that indicates whether this instance is in design or run-time mode. (Inherited from DependencyObject.) |
![]() | Initialized | Gets a value indicating whether the CorrelationToken is initialized. |
![]() | Name | Gets or sets the name of the CorrelationToken. |
![]() | OwnerActivityName | Gets or sets the name of the Activity that owns the correlation token. |
![]() | Properties | Gets the collection of CorrelationProperty objects in the CorrelationToken. |
![]() | Site | Gets or sets a reference to the Site component of the DependencyObject. (Inherited from DependencyObject.) |
![]() | UserData | Gets an IDictionary that associates custom data with this class instance. (Inherited from DependencyObject.) |
| Name | Description | |
|---|---|---|
![]() | AddHandler | Adds a handler for an event of a DependencyObject. (Inherited from DependencyObject.) |
![]() | Dispose | Releases all the resources used by the DependencyObject. (Inherited from DependencyObject.) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetBinding | Provides access to the ActivityBind associated with the specific DependencyProperty. (Inherited from DependencyObject.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue | Provides access to the value of the designated DependencyProperty. (Inherited from DependencyObject.) |
![]() | GetValueBase | Provides access to the bound object of a DependencyProperty and bypasses the GetValue override. (Inherited from DependencyObject.) |
![]() | Initialize | Fires correlation initialized events. |
![]() | IsBindingSet | Indicates whether the value of a DependencyProperty is set as a binding. See SetBinding. (Inherited from DependencyObject.) |
![]() | MetaEquals | Determines whether the metaproperties of this DependencyObject equals the metaproperties of the parameterized DependencyObject. (Inherited from DependencyObject.) |
![]() | RemoveHandler | Removes an EventHandler from an associated DependencyProperty. (Inherited from DependencyObject.) |
![]() | RemoveProperty | Removes a DependencyProperty from the DependencyObject. (Inherited from DependencyObject.) |
![]() | SetBinding | Sets the ActivityBind for the specified DependencyProperty. (Inherited from DependencyObject.) |
![]() | SetReadOnlyPropertyValue | Sets the value of a DependencyProperty, which is read-only. (Inherited from DependencyObject.) |
![]() | SetValue | Sets the value of the DependencyProperty to the object. (Inherited from DependencyObject.) |
![]() | SetValueBase | Sets the value of the DependencyProperty to the specified Object, bypassing the SetValue. (Inherited from DependencyObject.) |
![]() | SubscribeForCorrelationTokenInitializedEvent | Subscribes the CorrelationToken to the initialized event. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UnsubscribeFromCorrelationTokenInitializedEvent | Unsubscribes the CorrelationToken from the initialized event. |
| Name | Description | |
|---|---|---|
![]() ![]() | IComponent.Disposed | Represents the method that handles the Disposed event of a component. (Inherited from DependencyObject.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.gif?cs-save-lang=1&cs-lang=vb)
.gif?cs-save-lang=1&cs-lang=vb)
.gif?cs-save-lang=1&cs-lang=vb)
.gif?cs-save-lang=1&cs-lang=vb)
.gif?cs-save-lang=1&cs-lang=vb)
.gif?cs-save-lang=1&cs-lang=vb)
Note