WorkflowTrackingRecord Class

Definition

Caution

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

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.

public ref class WorkflowTrackingRecord : System::Workflow::Runtime::Tracking::TrackingRecord
public class WorkflowTrackingRecord : System.Workflow.Runtime.Tracking.TrackingRecord
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class WorkflowTrackingRecord : System.Workflow.Runtime.Tracking.TrackingRecord
type WorkflowTrackingRecord = class
    inherit TrackingRecord
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowTrackingRecord = class
    inherit TrackingRecord
Public Class WorkflowTrackingRecord
Inherits TrackingRecord
Inheritance
WorkflowTrackingRecord
Attributes

Remarks

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.

Constructors

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.

Properties

Annotations

Gets the collection of annotations associated with the WorkflowTrackPoint that was matched.

EventArgs

Gets or sets an EventArgs that contains additional data associated with certain types of workflow status events.

EventDateTime

Gets or sets the date and time that the workflow tracking event occurred.

EventOrder

Gets or sets a value that indicates the order in the workflow instance of the workflow status event that matched the WorkflowTrackPoint.

TrackingWorkflowEvent

Gets or sets the type of workflow status event associated with the tracking record.

Methods

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()

Returns a string that represents the current object.

(Inherited from Object)

Applies to