WorkflowTrackingLocation Class
Assembly: System.Workflow.Runtime (in system.workflow.runtime.dll)
'Declaration <SerializableAttribute> _ Public NotInheritable Class WorkflowTrackingLocation 'Usage Dim instance As WorkflowTrackingLocation
/** @attribute SerializableAttribute() */ public final class WorkflowTrackingLocation
SerializableAttribute public final class WorkflowTrackingLocation
Not applicable.
Whenever the status of the workflow instance changes, the workflow instance emits a workflow status event based on one of the TrackingWorkflowEvent values to the runtime tracking infrastructure. A WorkflowTrackingLocation expresses an interest in locations of the workflow instance where specific types of workflow status events occur. Add TrackingWorkflowEvent values to Events to specify the workflow status events to be matched. A single WorkflowTrackingLocation may refer to more than one actual location in the potential execution path of a workflow instance. You can add a WorkflowTrackingLocation to WorkflowTrackPoint.MatchingLocation in order to define the match parameters for a WorkflowTrackPoint.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.