System.Workflow.Runtime.Tracking Namespace
Contains classes and an interface related to tracking services.
| Class | Description | |
|---|---|---|
![]() | ActivityDataTrackingExtract | Obsolete. Specifies a property or a field to be extracted from an activity and sent to the tracking service together with an associated collection of annotations when a track point is matched. |
![]() | ActivityTrackingCondition | Obsolete. Represents a condition that compares the value of an activity member to a specified value by using a specified comparison operator. |
![]() | ActivityTrackingLocation | Obsolete. Defines an activity-qualified location that corresponds to an activity status event in the potential execution path of a root workflow instance. This class cannot be inherited. |
![]() | ActivityTrackingLocationCollection | Obsolete. Contains a collection of ActivityTrackingLocation objects. |
![]() | ActivityTrackingRecord | Obsolete. Contains the data sent to a tracking service by the runtime tracking infrastructure when an ActivityTrackPoint is matched. It is also used in the return list of the ActivityEvents property. |
![]() | ActivityTrackPoint | Obsolete. Defines a point, associated with an activity execution status change, to be tracked that is in the potential execution path of a workflow instance. This class cannot be inherited. |
![]() | ActivityTrackPointCollection | Obsolete. Contains a collection of ActivityTrackPoint objects. |
![]() | ExtractCollection | Obsolete. Contains a collection of TrackingExtract objects. |
![]() | PreviousTrackingServiceAttribute | Obsolete. Indicates the type of the TrackingService that was used prior to the current version. |
![]() | ProfileRemovedEventArgs | Obsolete. Provides data for the ProfileRemoved event. This class cannot be inherited. |
![]() | ProfileUpdatedEventArgs | Obsolete. Provides the data for the ProfileUpdated event. This class cannot be inherited. |
![]() | SqlTrackingQuery | Obsolete. Contains methods and properties that are used to manage queries to the tracking data that is contained in the SQL database used by a SqlTrackingService. |
![]() | SqlTrackingQueryOptions | Obsolete. Contains properties that are used to constrain the set of SqlTrackingWorkflowInstance objects returned by a call to SqlTrackingQuery.GetWorkflows. |
![]() | SqlTrackingService | Obsolete. Represents a tracking service that uses a SQL database to store tracking information. |
![]() | SqlTrackingWorkflowInstance | Obsolete. Provides access to tracking data maintained in a SQL database by the SqlTrackingService for a workflow instance. |
![]() | TrackingAnnotationCollection | Obsolete. Contains a collection of annotations. |
![]() | TrackingChannel | Obsolete. The abstract base class that represents a tracking channel. |
![]() | TrackingCondition | Obsolete. An abstract base class representing a comparison that can be used to constrain an ActivityTrackingLocation or a UserTrackingLocation. |
![]() | TrackingConditionCollection | Obsolete. Contains a collection of TrackingCondition objects. |
![]() | TrackingDataItem | Obsolete. Represents a single item of data extracted from a workflow and all its associated annotations. |
![]() | TrackingDataItemValue | Obsolete. Contains filter criteria for data extracted from a workflow instance in a SqlTrackingQueryOptions. |
![]() | TrackingExtract | Obsolete. The abstract base class representing a field or a property to be extracted from a workflow instance and its associated annotations. |
![]() | TrackingParameters | Obsolete. Contains information about the workflow instance associated with a TrackingChannel. This class cannot be inherited. |
![]() | TrackingProfile | Obsolete. Defines points of interest in the potential execution path of a root workflow instance about which a tracking service should be notified. |
![]() | TrackingProfileCache | Obsolete. Provides a method that a host application can use to clear the tracking profile cache. |
![]() | TrackingProfileDeserializationException | Obsolete. The exception that is thrown when an XML document cannot be deserialized into a TrackingProfile by a TrackingProfileSerializer. |
![]() | TrackingProfileSerializer | Obsolete. Provides methods to serialize and deserialize tracking profiles into and from XML documents by using the tracking profile XML schema definition (XSD). |
![]() | TrackingRecord | Obsolete. The abstract base class from which ActivityTrackingRecord, UserTrackingRecord, and WorkflowTrackingRecord are derived. |
![]() | TrackingService | Obsolete. Provides the basic interface between a tracking service and the run-time tracking infrastructure. |
![]() | TrackingWorkflowChangedEventArgs | Obsolete. Contains data associated with a workflow change that occurs during the execution of a workflow instance. |
![]() | TrackingWorkflowExceptionEventArgs | Obsolete. Contains data associated with an exception that occurs during the execution of a workflow instance. |
![]() | TrackingWorkflowSuspendedEventArgs | Obsolete. Contains information about the reason that a workflow instance was suspended. |
![]() | TrackingWorkflowTerminatedEventArgs | Obsolete. Contains data associated with the termination of a workflow instance. |
![]() | UserTrackingLocation | Obsolete. Defines an activity-qualified location that corresponds to a user event in the potential execution path of a root workflow instance. This class cannot be inherited. |
![]() | UserTrackingLocationCollection | Obsolete. Contains a collection of UserTrackingLocation objects. |
![]() | UserTrackingRecord | Obsolete. Contains the data sent to a tracking service by the runtime tracking infrastructure when a UserTrackPoint is matched. |
![]() | UserTrackPoint | Obsolete. Defines a point, associated with a user event, to be tracked in the potential execution path of a root workflow instance. This class cannot be inherited. |
![]() | UserTrackPointCollection | Obsolete. Contains a collection of UserTrackPoint objects. |
![]() | WorkflowDataTrackingExtract | Obsolete. Specifies a property or a field to be extracted from the root activity of the workflow and sent to the tracking service together with and an associated collection of annotations when a track point is matched. |
![]() | WorkflowTrackingLocation | Obsolete. 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. |
![]() | WorkflowTrackingRecord | Obsolete. Contains the data sent to the tracking service by the runtime tracking infrastructure when it matches a WorkflowTrackPoint. It is also used in the return list of the WorkflowEvents property. |
![]() | WorkflowTrackPoint | Obsolete. Defines a point associated with a set of workflow status events that are tracked in the potential execution path of a root workflow instance. |
![]() | WorkflowTrackPointCollection | Obsolete. Contains a collection of WorkflowTrackPoint objects. |
| Interface | Description | |
|---|---|---|
![]() | IProfileNotification | Obsolete. Provides a notification mechanism for a tracking service to inform the runtime tracking infrastructure about changes to the TrackingProfile for a particular workflow Type. |
| Enumeration | Description | |
|---|---|---|
![]() | ComparisonOperator | Obsolete. Specifies the operation to perform on the operands of a comparison. |
![]() | TrackingWorkflowEvent | Obsolete. Specifies a type of workflow status event. |


