InteropTrackingRecord Constructors

Definition

Creates a new instance of the InteropTrackingRecord class.

Overloads

InteropTrackingRecord(InteropTrackingRecord)

Creates a new instance of the InteropTrackingRecord class using the specified InteropTrackingRecord.

InteropTrackingRecord(String, TrackingRecord)

Creates a new instance of the InteropTrackingRecord class.

InteropTrackingRecord(InteropTrackingRecord)

Creates a new instance of the InteropTrackingRecord class using the specified InteropTrackingRecord.

protected:
 InteropTrackingRecord(System::Activities::Tracking::InteropTrackingRecord ^ record);
protected InteropTrackingRecord (System.Activities.Tracking.InteropTrackingRecord record);
new System.Activities.Tracking.InteropTrackingRecord : System.Activities.Tracking.InteropTrackingRecord -> System.Activities.Tracking.InteropTrackingRecord
Protected Sub New (record As InteropTrackingRecord)

Parameters

record
InteropTrackingRecord

The tracking record.

Applies to

InteropTrackingRecord(String, TrackingRecord)

Creates a new instance of the InteropTrackingRecord class.

public:
 InteropTrackingRecord(System::String ^ activityDisplayName, System::Workflow::Runtime::Tracking::TrackingRecord ^ v1TrackingRecord);
public InteropTrackingRecord (string activityDisplayName, System.Workflow.Runtime.Tracking.TrackingRecord v1TrackingRecord);
new System.Activities.Tracking.InteropTrackingRecord : string * System.Workflow.Runtime.Tracking.TrackingRecord -> System.Activities.Tracking.InteropTrackingRecord
Public Sub New (activityDisplayName As String, v1TrackingRecord As TrackingRecord)

Parameters

activityDisplayName
String

The activity name.

v1TrackingRecord
TrackingRecord

The tracking record of the Activity.

Applies to