This documentation is archived and is not being maintained.
TrackingParameters Class
Visual Studio 2010
Contains information about the workflow instance associated with a TrackingChannel. This class cannot be inherited.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
The TrackingParameters type exposes the following members.
| 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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
