InteropTrackingRecord Class

Definition

Caution

The WF3 Types are deprecated. Instead, please use the new WF4 Types from System.Activities.*

Represents the data sent to tracking participants when tracked records occur in an Interop activity within a workflow.

C#
public class InteropTrackingRecord : System.Activities.Tracking.CustomTrackingRecord
C#
[System.Obsolete("The WF3 Types are deprecated. Instead, please use the new WF4 Types from System.Activities.*")]
public class InteropTrackingRecord : System.Activities.Tracking.CustomTrackingRecord
Inheritance
Attributes

Constructors

Properties

Activity

Returns the ActivityInfo of the activity associated with this record.

(Inherited from CustomTrackingRecord)
Annotations

When implemented in a derived class, represents a collection of name/value pairs that are added to this tracking record.

(Inherited from TrackingRecord)
Data

Gets the user-defined data associated with this tracking record.

(Inherited from CustomTrackingRecord)
EventTime

When implemented in a derived class, represents the time the tracking record occurred.

(Inherited from TrackingRecord)
InstanceId

When implemented in a derived class, represents the ID of the generating workflow instance.

(Inherited from TrackingRecord)
Level

Gets the TraceLevel of the event.

(Inherited from TrackingRecord)
Name

Gets the name that distinguishes this tracking record.

(Inherited from CustomTrackingRecord)
RecordNumber

A sequence that defines the order in which tracking records are generated.

(Inherited from TrackingRecord)
TrackingRecord

Returns a tracking record that represents the data sent to tracking participants when tracked events occur.

Methods

Clone()

Creates a copy of the InteropTrackingRecord.

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 contains the tracking record data.

(Inherited from CustomTrackingRecord)

Applies to

Product Versions (Obsolete)
.NET Framework 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)