WorkflowDataTrackingExtract Class
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.Workflow.Runtime.Tracking::TrackingExtract
System.Workflow.Runtime.Tracking::WorkflowDataTrackingExtract
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
The WorkflowDataTrackingExtract type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WorkflowDataTrackingExtract() | Initializes a new instance of the WorkflowDataTrackingExtract class. |
![]() | WorkflowDataTrackingExtract(String) | Initializes a new instance of the WorkflowDataTrackingExtract class by using the specified name of a member of the root activity. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets the collection of annotations associated with the extracted data. (Overrides TrackingExtract::Annotations.) |
![]() | Member | Gets or sets the field or the property to be extracted from the root activity when a track point is matched. (Overrides TrackingExtract::Member.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
A WorkflowDataTrackingExtract specifies a property or a field to be extracted from the root activity of a workflow. You can add a WorkflowDataTrackingExtract to either UserTrackPoint::Extracts or ActivityTrackPoint::Extracts to instruct the runtime tracking infrastructure to extract the member from the root activity of the workflow when the runtime tracking infrastructure matches an ActivityTrackPoint or a UserTrackPoint. The runtime tracking infrastructure puts the extracted data and any associated annotations in the ActivityTrackingRecord or the UserTrackingRecord that it returns to the tracking service.
Set Member to specify the field or property for the runtime tracking infrastructure to extract from the root activity. You can associate additional information with the extracted data by adding to Annotations.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
