ActivityTrackingRecord Class
Contains the data sent to a tracking service by the runtime tracking infrastructure when an ActivityTrackPoint is matched. It is also used in the return list of the ActivityEvents property.
System.Workflow.Runtime.Tracking::TrackingRecord
System.Workflow.Runtime.Tracking::ActivityTrackingRecord
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
The ActivityTrackingRecord type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActivityTrackingRecord() | Initializes a new instance of the ActivityTrackingRecord class. |
![]() | ActivityTrackingRecord(Type, String, Guid, Guid, ActivityExecutionStatus, DateTime, Int32, EventArgs) | Initializes a new instance of the ActivityTrackingRecord class by using the specified parameters. |
| Name | Description | |
|---|---|---|
![]() | ActivityType | Gets or sets the common language runtime (CLR) type of the activity associated with this ActivityTrackingRecord. |
![]() | Annotations | Gets the collection of annotations associated with the ActivityTrackPoint that was matched. (Overrides TrackingRecord::Annotations.) |
![]() | Body | Gets a list that contains any data extracted from the workflow for the ActivityTrackPoint that was matched. |
![]() | ContextGuid | Context of the activity. |
![]() | EventArgs | Always nullptr for an ActivityTrackingRecord. (Overrides TrackingRecord::EventArgs.) |
![]() | EventDateTime | Gets or sets the date and time that the activity status event occurred. (Overrides TrackingRecord::EventDateTime.) |
![]() | EventOrder | Gets or sets a value that indicates the order in the workflow instance of the activity status event that matched the ActivityTrackPoint. (Overrides TrackingRecord::EventOrder.) |
![]() | ExecutionStatus | Gets or sets the execution status of the activity associated with this ActivityTrackingRecord. |
![]() | ParentContextGuid | Context of the parent activity. |
![]() | QualifiedName | Gets or sets the identifier of the activity associated with this ActivityTrackingRecord. |
| Name | Description | |
|---|---|---|
![]() | 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 | Returns a string that represents the current object. (Inherited from Object.) |
When the runtime tracking infrastructure matches an ActivityTrackPoint in a TrackingProfile, it sends an ActivityTrackingRecord to the tracking service over the TrackingChannel associated with that tracking service. The tracking service can perform whatever action is needed on the data in the tracking record.
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.
