TrackingRecord Class

.NET Framework (current version)
 

The abstract class from which all workflow tracking records derive. Tracking records represent the data sent to tracking participants when tracked events occur.

Namespace:   System.Activities.Tracking
Assembly:  System.Activities (in System.Activities.dll)


[DataContractAttribute]
public ref class TrackingRecord abstract 

NameDescription
System_CAPS_protmethodTrackingRecord(Guid)

When implemented in a derived class, creates a new instance of the derived class with the specified instance ID.

System_CAPS_protmethodTrackingRecord(Guid, Int64)

When implemented in a derived class, creates a new instance of the derived class with the specified instance ID and record number.

System_CAPS_protmethodTrackingRecord(TrackingRecord^)

When implemented in a derived class, creates a new instance of the derived class with the specified instance tracking record.

NameDescription
System_CAPS_pubpropertyAnnotations

When implemented in a derived class, represents a collection of name/value pairs that are added to this tracking record.

System_CAPS_pubpropertyEventTime

When implemented in a derived class, represents the time the tracking record occurred.

System_CAPS_pubpropertyInstanceId

When implemented in a derived class, represents the ID of the generating workflow instance.

System_CAPS_pubpropertyLevel

Gets the TraceLevel of the event.

System_CAPS_pubpropertyRecordNumber

A sequence that defines the order in which tracking records are generated.

NameDescription
System_CAPS_protmethodClone()

Creates a copy of the TrackingRecord.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

When implemented in a derived class, returns a string that contains all tracking data from the record.(Overrides Object::ToString().)

.NET Framework
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.

Return to top
Show: