UserTrackingRecord Constructors

Definition

Initializes a new instance of the UserTrackingRecord class.

Overloads

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.

Remarks

The constructor is called by the runtime tracking infrastructure.

UserTrackingRecord()

Initializes a new instance of the UserTrackingRecord class.

C#
public UserTrackingRecord();

Remarks

This constructor is called by the runtime tracking infrastructure.

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

UserTrackingRecord(Type, String, Guid, Guid, DateTime, Int32, String, Object)

Initializes a new instance of the UserTrackingRecord class by using the specified parameters.

C#
public UserTrackingRecord(Type activityType, string qualifiedName, Guid contextGuid, Guid parentContextGuid, DateTime eventDateTime, int eventOrder, string userDataKey, object userData);

Parameters

activityType
Type

The Type of the activity associated with the user event.

qualifiedName
String

The QualifiedName of the activity associated with the user event.

contextGuid
Guid

A number that identifies the ActivityExecutionContext of the activity associated with the user event.

parentContextGuid
Guid

A number that identifies the ActivityExecutionContext of the parent activity of the activity associated with the user event.

eventDateTime
DateTime

A DateTime that indicates the date and time of the user event associated with the tracking record.

eventOrder
Int32

The relative order in which the user event associated with this tracking record occurred in the workflow instance.

userDataKey
String

A key associated with the user data for this tracking record, or a null reference (Nothing in Visual Basic).

userData
Object

The user data associated with the user event.

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1