Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Workflow.Runtime.Tracking Namespace

 

Contains classes and an interface related to tracking services.

ClassDescription
System_CAPS_pubclassActivityDataTrackingExtract

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.

System_CAPS_pubclassActivityTrackingCondition

Obsolete. Represents a condition that compares the value of an activity member to a specified value by using a specified comparison operator.

System_CAPS_pubclassActivityTrackingLocation

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.

System_CAPS_pubclassActivityTrackingLocationCollection

Obsolete. Contains a collection of ActivityTrackingLocation objects.

System_CAPS_pubclassActivityTrackingRecord

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.

System_CAPS_pubclassActivityTrackPoint

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.

System_CAPS_pubclassActivityTrackPointCollection

Obsolete. Contains a collection of ActivityTrackPoint objects.

System_CAPS_pubclassExtractCollection

Obsolete. Contains a collection of TrackingExtract objects.

System_CAPS_pubclassPreviousTrackingServiceAttribute

Obsolete. Indicates the type of the TrackingService that was used prior to the current version.

System_CAPS_pubclassProfileRemovedEventArgs

Obsolete. Provides data for the ProfileRemoved event. This class cannot be inherited.

System_CAPS_pubclassProfileUpdatedEventArgs

Obsolete. Provides the data for the ProfileUpdated event. This class cannot be inherited.

System_CAPS_pubclassSqlTrackingQuery

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.

System_CAPS_pubclassSqlTrackingQueryOptions

Obsolete. Contains properties that are used to constrain the set of SqlTrackingWorkflowInstance objects returned by a call to SqlTrackingQuery.GetWorkflows.

System_CAPS_pubclassSqlTrackingService

Obsolete. Represents a tracking service that uses a SQL database to store tracking information.

System_CAPS_pubclassSqlTrackingWorkflowInstance

Obsolete. Provides access to tracking data maintained in a SQL database by the SqlTrackingService for a workflow instance.

System_CAPS_pubclassTrackingAnnotationCollection

Obsolete. Contains a collection of annotations.

System_CAPS_pubclassTrackingChannel

Obsolete. The abstract base class that represents a tracking channel.

System_CAPS_pubclassTrackingCondition

Obsolete. An abstract base class representing a comparison that can be used to constrain an ActivityTrackingLocation or a UserTrackingLocation.

System_CAPS_pubclassTrackingConditionCollection

Obsolete. Contains a collection of TrackingCondition objects.

System_CAPS_pubclassTrackingDataItem

Obsolete. Represents a single item of data extracted from a workflow and all its associated annotations.

System_CAPS_pubclassTrackingDataItemValue

Obsolete. Contains filter criteria for data extracted from a workflow instance in a SqlTrackingQueryOptions.

System_CAPS_pubclassTrackingExtract

Obsolete. The abstract base class representing a field or a property to be extracted from a workflow instance and its associated annotations.

System_CAPS_pubclassTrackingParameters

Obsolete. Contains information about the workflow instance associated with a TrackingChannel. This class cannot be inherited.

System_CAPS_pubclassTrackingProfile

Obsolete. Defines points of interest in the potential execution path of a root workflow instance about which a tracking service should be notified.

System_CAPS_pubclassTrackingProfileCache

Obsolete. Provides a method that a host application can use to clear the tracking profile cache.

System_CAPS_pubclassTrackingProfileDeserializationException

Obsolete. The exception that is thrown when an XML document cannot be deserialized into a TrackingProfile by a TrackingProfileSerializer.

System_CAPS_pubclassTrackingProfileSerializer

Obsolete. Provides methods to serialize and deserialize tracking profiles into and from XML documents by using the tracking profile XML schema definition (XSD).

System_CAPS_pubclassTrackingRecord

Obsolete. The abstract base class from which ActivityTrackingRecord, UserTrackingRecord, and WorkflowTrackingRecord are derived.

System_CAPS_pubclassTrackingService

Obsolete. Provides the basic interface between a tracking service and the run-time tracking infrastructure.

System_CAPS_pubclassTrackingWorkflowChangedEventArgs

Obsolete. Contains data associated with a workflow change that occurs during the execution of a workflow instance.

System_CAPS_pubclassTrackingWorkflowExceptionEventArgs

Obsolete. Contains data associated with an exception that occurs during the execution of a workflow instance.

System_CAPS_pubclassTrackingWorkflowSuspendedEventArgs

Obsolete. Contains information about the reason that a workflow instance was suspended.

System_CAPS_pubclassTrackingWorkflowTerminatedEventArgs

Obsolete. Contains data associated with the termination of a workflow instance.

System_CAPS_pubclassUserTrackingLocation

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.

System_CAPS_pubclassUserTrackingLocationCollection

Obsolete. Contains a collection of UserTrackingLocation objects.

System_CAPS_pubclassUserTrackingRecord

Obsolete. Contains the data sent to a tracking service by the runtime tracking infrastructure when a UserTrackPoint is matched.

System_CAPS_pubclassUserTrackPoint

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.

System_CAPS_pubclassUserTrackPointCollection

Obsolete. Contains a collection of UserTrackPoint objects.

System_CAPS_pubclassWorkflowDataTrackingExtract

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.

System_CAPS_pubclassWorkflowTrackingLocation

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.

System_CAPS_pubclassWorkflowTrackingRecord

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.

System_CAPS_pubclassWorkflowTrackPoint

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.

System_CAPS_pubclassWorkflowTrackPointCollection

Obsolete. Contains a collection of WorkflowTrackPoint objects.

InterfaceDescription
System_CAPS_pubinterfaceIProfileNotification

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.

EnumerationDescription
System_CAPS_pubenumComparisonOperator

Obsolete. Specifies the operation to perform on the operands of a comparison.

System_CAPS_pubenumTrackingWorkflowEvent

Obsolete. Specifies a type of workflow status event.

Return to top
Show: