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.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
System.Workflow.Runtime.Tracking::TrackingRecord
System.Workflow.Runtime.Tracking::WorkflowTrackingRecord
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
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.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



