UserTrackingRecord 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.
Caution
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Contains the data sent to a tracking service by the runtime tracking infrastructure when a UserTrackPoint is matched.
public ref class UserTrackingRecord : System::Workflow::Runtime::Tracking::TrackingRecord
public class UserTrackingRecord : System.Workflow.Runtime.Tracking.TrackingRecord
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class UserTrackingRecord : System.Workflow.Runtime.Tracking.TrackingRecord
type UserTrackingRecord = class
inherit TrackingRecord
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type UserTrackingRecord = class
inherit TrackingRecord
Public Class UserTrackingRecord
Inherits TrackingRecord
- Inheritance
- 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 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.
Constructors
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. |
Properties
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. |
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 ( |
EventDateTime |
Gets or sets the date and time that the user event occurred. |
EventOrder |
Gets or sets a value that indicates the order of the user event that matched the UserTrackPoint in the workflow instance. |
ParentContextGuid |
Context of the parent activity. |
QualifiedName |
Gets or sets the qualified name of the activity associated with this UserTrackingRecord. |
UserData |
Gets or sets the user data for this user event. |
UserDataKey |
Gets or sets a key associated with the user data for this UserTrackingRecord. |
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) |