This documentation is archived and is not being maintained.
TrackingRecord Class
Visual Studio 2010
The abstract class from which all workflow tracking records derive. Tracking records represent the data sent to tracking participants when tracked events occur.
System::Object
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
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
Assembly: System.Activities (in System.Activities.dll)
The TrackingRecord type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TrackingRecord(Guid) | When implemented in a derived class, creates a new instance of the derived class with the specified instance ID. |
![]() | TrackingRecord(TrackingRecord) | When implemented in a derived class, creates a new instance of the derived class with the specified instance tracking record. |
![]() | 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. |
| 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 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 | When implemented in a derived class, returns a string that contains all tracking data from the record. (Overrides Object::ToString().) |
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.
Show:
