TrackingParameters Class

 
Note: This API is now obsolete.

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)

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

[ObsoleteAttribute("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public ref class TrackingParameters sealed 

NameDescription
System_CAPS_pubmethodTrackingParameters(Guid, Type^, Activity^, IList<String^>^, Guid, Guid, Guid, Guid)

Initializes a new instance of the TrackingParameters class.

NameDescription
System_CAPS_pubpropertyCallerContextGuid

Gets the context ID of the caller activity.

System_CAPS_pubpropertyCallerInstanceId

Gets the Guid of the workflow instance that called the workflow instance associated with the tracking channel.

System_CAPS_pubpropertyCallerParentContextGuid

Gets the context ID of the caller's parent activity.

System_CAPS_pubpropertyCallPath

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.

System_CAPS_pubpropertyContextGuid

Gets the context ID of the associated activity.

System_CAPS_pubpropertyInstanceId

Gets the Guid of the workflow instance associated with the tracking channel.

System_CAPS_pubpropertyRootActivity

Gets the root activity of the workflow instance associated with the tracking channel.

System_CAPS_pubpropertyWorkflowType

Gets the Type of the workflow instance associated with the tracking channel.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_noteNote

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.

.NET Framework
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.

Return to top
Show: