CorrelationToken Class
Manages the subscriptions of the CorrelationProperty to the owner activities. This class cannot be inherited.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
System.Workflow.ComponentModel::DependencyObject
System.Workflow.Runtime::CorrelationToken
| 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 | |
|---|---|---|
![]() ![]() | 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. |
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.






