DebugTraceRecord Class

 

Represents a debug trace record.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

System.Object
  Microsoft.Workflow.Client.DebugTraceRecord

<DataContractAttribute(Namespace := "http://schemas.microsoft.com/workflow/2012/xaml/activities")>
Public Class DebugTraceRecord

NameDescription
System_CAPS_pubmethodDebugTraceRecord()

Initializes a new instance of the DebugTraceRecord class.

NameDescription
System_CAPS_pubpropertyCategory

Gets a category for the DebugTraceRecord.

System_CAPS_pubpropertyCreationTime

Gets the DateTime value representing when a tracing was created.

System_CAPS_pubpropertyData

Gets the data associated with the record.

System_CAPS_pubpropertyE2ETraceId

Gets the trace identifier.

System_CAPS_pubpropertyInstanceName

Gets the name of this instance of the record.

System_CAPS_pubpropertyMessage

Gets the debug message.

System_CAPS_pubpropertyName

Gets the name of the record.

System_CAPS_pubpropertyRecordNumber

Gets the record number generated by the trace.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticToJson(Collection(Of DebugTraceRecord))

Returns the calling object as a JSON object.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: