This documentation is archived and is not being maintained.

TrackingParameters Class

Contains information about the workflow instance associated with a TrackingChannel. This class cannot be inherited.

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

'Declaration
Public NotInheritable Class TrackingParameters
'Usage
Dim instance As TrackingParameters

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.

System.Object
  System.Workflow.Runtime.Tracking.TrackingParameters

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Show: