Class TrackingRecord
Inheritance
System.Object
TrackingRecord
Namespace: System.Activities.Tracking
Assembly: System.Activities.dll
Syntax
public abstract class TrackingRecord : Object
Constructors
TrackingRecord(TrackingRecord)
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()
ToString()
Declaration
public override string ToString()
Returns
System.String
|