This documentation is archived and is not being maintained.

UserTrackingRecord Class

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

Namespace:  System.Workflow.Runtime.Tracking
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

public ref class UserTrackingRecord : public TrackingRecord

The UserTrackingRecord type exposes the following members.

  NameDescription
Public methodUserTrackingRecord()Initializes a new instance of the UserTrackingRecord class
Public methodUserTrackingRecord(Type, String, Guid, Guid, DateTime, Int32, String, Object)Initializes a new instance of the UserTrackingRecord class by using the specified parameters.
Top

  NameDescription
Public propertyActivityTypeGets or sets the common language runtime (CLR) type of the activity that emitted the user data for which this UserTrackingRecord was created.
Public propertyAnnotationsGets the collection of annotations associated with the user event. (Overrides TrackingRecord::Annotations.)
Public propertyBodyGets a list containing any additional data extracted from the workflow for the UserTrackPoint that was matched.
Public propertyContextGuidContext of the activity.
Public propertyEventArgsAlways a null reference (Nothing in Visual Basic) for a UserTrackingRecord. (Overrides TrackingRecord::EventArgs.)
Public propertyEventDateTimeGets or sets the date and time that the user event occurred. (Overrides TrackingRecord::EventDateTime.)
Public propertyEventOrderGets or sets a value that indicates the order of the user event that matched the UserTrackPoint in the workflow instance. (Overrides TrackingRecord::EventOrder.)
Public propertyParentContextGuidContext of the parent activity.
Public propertyQualifiedNameGets or sets the qualified name of the activity associated with this UserTrackingRecord.
Public propertyUserDataGets and sets the user data for this user event.
Public propertyUserDataKeyGets or sets a key associated with the user data for this UserTrackingRecord.
Top

  NameDescription
Public methodEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

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.

.NET Framework

Supported in: 4, 3.5, 3.0

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: