TrackingParameters Class
Contains information about the workflow instance associated with a TrackingChannel. This class cannot be inherited.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
| Name | Description | |
|---|---|---|
![]() | TrackingParameters(Guid, Type^, Activity^, IList<String^>^, Guid, Guid, Guid, Guid) | Initializes a new instance of the TrackingParameters class. |
| Name | Description | |
|---|---|---|
![]() | CallerContextGuid | Gets the context ID of the caller activity. |
![]() | CallerInstanceId | Gets the Guid of the workflow instance that called the workflow instance associated with the tracking channel. |
![]() | CallerParentContextGuid | Gets the context ID of the caller's parent activity. |
![]() | CallPath | Gets a list of strings, each of which represents the QualifiedName of an activity in the call chain of the workflow instance associated with the tracking channel. |
![]() | ContextGuid | Gets the context ID of the associated activity. |
![]() | InstanceId | Gets the Guid of the workflow instance associated with the tracking channel. |
![]() | RootActivity | Gets the root activity of the workflow instance associated with the tracking channel. |
![]() | WorkflowType | Gets the Type of the workflow instance associated with the tracking channel. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
The runtime tracking infrastructure passes a TrackingParameters object in when it calls GetTrackingChannel on a TrackingService. You can use these parameters in your tracking service to associate tracking data received on the TrackingChannel with a specific workflow instance.
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.


