TrackingRecord Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The abstract class from which all workflow tracking records derive. Tracking records represent the data sent to tracking participants when tracked events occur.
public ref class TrackingRecord abstract
[System.Runtime.Serialization.DataContract]
public abstract class TrackingRecord
[<System.Runtime.Serialization.DataContract>]
type TrackingRecord = class
Public MustInherit Class TrackingRecord
- Inheritance
-
TrackingRecord
- Derived
- Attributes
Constructors
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(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. |
Properties
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. |
Methods
Clone() |
Creates a copy of the TrackingRecord. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (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. |