WorkflowTrackingLocation Class
Defines an interest in specific workflow status events that occur in a root workflow instance; used for matching by a WorkflowTrackPoint in a tracking profile. This class cannot be inherited.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
| Name | Description | |
|---|---|---|
![]() | WorkflowTrackingLocation() | Initializes a new instance of the WorkflowTrackingLocation class. |
![]() | WorkflowTrackingLocation(IList<TrackingWorkflowEvent>^) | Initializes a new instance of the WorkflowTrackingLocation class that matches the specified tracking workflow events. |
| Name | Description | |
|---|---|---|
![]() | Events | Gets the list of workflow status events that will be matched for this location. |
| 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. |
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.
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.


