TrackingRecord Class
The abstract class from which all workflow tracking records derive. Tracking records represent the data sent to tracking participants when tracked events occur.
Assembly: System.Activities (in System.Activities.dll)
System.Activities.Tracking::TrackingRecord
System.Activities.Tracking::ActivityScheduledRecord
System.Activities.Tracking::ActivityStateRecord
System.Activities.Tracking::BookmarkResumptionRecord
System.Activities.Tracking::CancelRequestedRecord
System.Activities.Tracking::CustomTrackingRecord
System.Activities.Tracking::FaultPropagationRecord
System.Activities.Tracking::WorkflowInstanceRecord
| Name | Description | |
|---|---|---|
![]() | TrackingRecord(Guid) | When implemented in a derived class, creates a new instance of the derived class with the specified instance ID. |
![]() | TrackingRecord(Guid, Int64) | When implemented in a derived class, creates a new instance of the derived class with the specified instance ID and record number. |
![]() | TrackingRecord(TrackingRecord^) | When implemented in a derived class, creates a new instance of the derived class with the specified instance tracking record. |
| Name | Description | |
|---|---|---|
![]() | Annotations | When implemented in a derived class, represents a collection of name/value pairs that are added to this tracking record. |
![]() | EventTime | When implemented in a derived class, represents the time the tracking record occurred. |
![]() | InstanceId | When implemented in a derived class, represents the ID of the generating workflow instance. |
![]() | Level | Gets the TraceLevel of the event. |
![]() | RecordNumber | A sequence that defines the order in which tracking records are generated. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a copy of the TrackingRecord. |
![]() | 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() | When implemented in a derived class, returns a string that contains all tracking data from the record.(Overrides Object::ToString().) |
Available since 4.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.


