System.Workflow.Runtime.Tracking Namespace
.NET Framework 3.0
| Class | Description | |
|---|---|---|
![]() | ActivityDataTrackingExtract | |
![]() | ActivityTrackingCondition | |
![]() | ActivityTrackingLocation | 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 | Contains a collection of ActivityTrackingLocation objects. |
![]() | ActivityTrackingRecord | 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 | 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 | Contains a collection of ActivityTrackPoint objects. |
![]() | ExtractCollection | Contains a collection of TrackingExtract objects. |
![]() | ProfileRemovedEventArgs | |
![]() | ProfileUpdatedEventArgs | Provides the data for the ProfileUpdated event. This class cannot be inherited. |
![]() | SqlTrackingQuery | 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 | Contains properties that are used to constrain the set of SqlTrackingWorkflowInstance objects returned by a call to SqlTrackingQuery.GetWorkflows. |
![]() | SqlTrackingService | Represents a tracking service that uses a SQL database to store tracking information. |
![]() | SqlTrackingWorkflowInstance | Provides access to tracking data maintained in a SQL database by the SqlTrackingService for a workflow instance |
![]() | TrackingAnnotationCollection | Contains a collection of annotations. |
![]() | TrackingChannel | |
![]() | TrackingCondition | |
![]() | TrackingConditionCollection | Contains a collection of TrackingCondition objects. |
![]() | TrackingDataItem | Represents a single item of data extracted from a workflow and all its associated annotations. |
![]() | TrackingDataItemValue | Contains filter criteria for data extracted from a workflow instance in a SqlTrackingQueryOptions. |
![]() | TrackingExtract | |
![]() | TrackingParameters | |
![]() | TrackingProfile | |
![]() | TrackingProfileCache | Provides a method that a host application can use to clear the tracking profile cache. |
![]() | TrackingProfileDeserializationException | The exception that is thrown when an XML document cannot be deserialized into a TrackingProfile by a TrackingProfileSerializer. |
![]() | TrackingProfileSerializer | |
![]() | TrackingRecord | |
![]() | TrackingService | |
![]() | TrackingWorkflowChangedEventArgs | Contains data associated with a workflow change that occurs during the execution of a workflow instance. |
![]() | TrackingWorkflowExceptionEventArgs | Contains data associated with an exception that occurs during the execution of a workflow instance. |
![]() | TrackingWorkflowSuspendedEventArgs | Contains information about the reason that a workflow instance was suspended. |
![]() | TrackingWorkflowTerminatedEventArgs | |
![]() | UserTrackingLocation | |
![]() | UserTrackingLocationCollection | Contains a collection of UserTrackingLocation objects. |
![]() | UserTrackingRecord | Contains the data sent to a tracking service by the runtime tracking infrastructure when a UserTrackPoint is matched. |
![]() | UserTrackPoint | |
![]() | UserTrackPointCollection | |
![]() | WorkflowDataTrackingExtract | 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 | 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 | |
![]() | WorkflowTrackPoint | 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 | Contains a collection of WorkflowTrackPoint objects. |
| Interface | Description | |
|---|---|---|
![]() | IProfileNotification |
| Enumeration | Description | |
|---|---|---|
![]() | ComparisonOperator | |
![]() | TrackingWorkflowEvent | Specifies a type of workflow status event. |
Community Additions
ADD
Show:


