This documentation is archived and is not being maintained.
UserTrackingRecord Class
Visual Studio 2010
Contains the data sent to a tracking service by the runtime tracking infrastructure when a UserTrackPoint is matched.
System::Object
System.Workflow.Runtime.Tracking::TrackingRecord
System.Workflow.Runtime.Tracking::UserTrackingRecord
System.Workflow.Runtime.Tracking::TrackingRecord
System.Workflow.Runtime.Tracking::UserTrackingRecord
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
The UserTrackingRecord type exposes the following members.
| 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 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 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.
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.
Show:
