Show / Hide Table of Contents

Class TrackingRecord

Inheritance
System.Object
TrackingRecord
ActivityScheduledRecord
ActivityStateRecord
BookmarkResumptionRecord
CancelRequestedRecord
CustomTrackingRecord
FaultPropagationRecord
WorkflowInstanceRecord
Namespace: System.Activities.Tracking
Assembly: System.Activities.dll
Syntax
public abstract class TrackingRecord : Object

Constructors

TrackingRecord(TrackingRecord)

Declaration
protected TrackingRecord(TrackingRecord record)
Parameters
TrackingRecord record

TrackingRecord(Guid)

Declaration
protected TrackingRecord(Guid instanceId)
Parameters
System.Guid instanceId

TrackingRecord(Guid, Int64)

Declaration
protected TrackingRecord(Guid instanceId, long recordNumber)
Parameters
System.Guid instanceId

System.Int64 recordNumber

Properties

Annotations

Declaration
public IDictionary<string, string> Annotations { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.String>

EventTime

Declaration
public DateTime EventTime { get; }
Property Value
System.DateTime

HasAnnotations

Declaration
public bool HasAnnotations { get; }
Property Value
System.Boolean

InstanceId

Declaration
public Guid InstanceId { get; }
Property Value
System.Guid

Level

Declaration
public EventLevel Level { get; protected set; }
Property Value
System.Diagnostics.Tracing.EventLevel

RecordNumber

Declaration
public long RecordNumber { get; }
Property Value
System.Int64

Methods

Clone()

Declaration
protected abstract TrackingRecord Clone()
Returns
TrackingRecord

ToString()

Declaration
public override string ToString()
Returns
System.String

Back to top Generated by DocFX