UserTrackingRecord Class
Contains the data sent to a tracking service by the runtime tracking infrastructure when a UserTrackPoint is matched.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
System.Workflow.Runtime.Tracking::TrackingRecord
System.Workflow.Runtime.Tracking::UserTrackingRecord
| Name | Description | |
|---|---|---|
![]() | UserTrackingRecord() | Initializes a new instance of the UserTrackingRecord class |
![]() | UserTrackingRecord(Type^, String^, Guid, Guid, DateTime, Int32, String^, Object^) | Initializes a new instance of the UserTrackingRecord class by using the specified parameters. |
| Name | Description | |
|---|---|---|
![]() | ActivityType | Gets or sets the common language runtime (CLR) type of the activity that emitted the user data for which this UserTrackingRecord was created. |
![]() | Annotations | Gets the collection of annotations associated with the user event.(Overrides TrackingRecord::Annotations.) |
![]() | Body | Gets a list containing any additional data extracted from the workflow for the UserTrackPoint that was matched. |
![]() | ContextGuid | Context of the activity. |
![]() | EventArgs | Always a null reference (Nothing in Visual Basic) for a UserTrackingRecord.(Overrides TrackingRecord::EventArgs.) |
![]() | EventDateTime | Gets or sets the date and time that the user event occurred.(Overrides TrackingRecord::EventDateTime.) |
![]() | EventOrder | Gets or sets a value that indicates the order of the user event that matched the UserTrackPoint in the workflow instance.(Overrides TrackingRecord::EventOrder.) |
![]() | ParentContextGuid | Context of the parent activity. |
![]() | QualifiedName | Gets or sets the qualified name of the activity associated with this UserTrackingRecord. |
![]() | UserData | Gets and sets the user data for this user event. |
![]() | UserDataKey | Gets or sets a key associated with the user data for this UserTrackingRecord. |
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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 UserTrackPoint in a TrackingProfile, it sends a UserTrackingRecord to the tracking service over the TrackingChannel associated with that tracking service. The tracking service can perform whatever action is required on the data in the tracking record.
Available since 3.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.



