WorkflowTrackingRecord Class
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.Workflow.Runtime.Tracking::TrackingRecord
System.Workflow.Runtime.Tracking::WorkflowTrackingRecord
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
The WorkflowTrackingRecord type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WorkflowTrackingRecord() | Initializes a new instance of the WorkflowTrackingRecord class. |
![]() | WorkflowTrackingRecord(TrackingWorkflowEvent, DateTime, Int32, EventArgs) | Initializes a new instance of the WorkflowTrackingRecord class by using the specified TrackingWorkflowEvent value, DateTime, number, and EventArgs. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets the collection of annotations associated with the WorkflowTrackPoint that was matched. (Overrides TrackingRecord::Annotations.) |
![]() | EventArgs | Gets or sets an EventArgs that contains additional data associated with certain types of workflow status events. (Overrides TrackingRecord::EventArgs.) |
![]() | EventDateTime | Gets or sets the date and time that the workflow tracking event occurred. (Overrides TrackingRecord::EventDateTime.) |
![]() | EventOrder | Gets or sets a value that indicates the order in the workflow instance of the workflow status event that matched the WorkflowTrackPoint. (Overrides TrackingRecord::EventOrder.) |
![]() | TrackingWorkflowEvent | Gets or sets the type of workflow status event associated with the tracking record. |
| 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.) |
When the runtime tracking infrastructure matches a WorkflowTrackPoint in a TrackingProfile, it sends a WorkflowTrackingRecord to the tracking service over the TrackingChannel associated with that tracking service. The tracking service can perform whatever action is necessary on the data in the tracking record.
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.
