DebugTraceRecord Class

 

Represents a debug trace record.

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

Inheritance Hierarchy

System.Object
  Microsoft.Workflow.Client.DebugTraceRecord

Syntax

[DataContractAttribute(Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public class DebugTraceRecord
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public ref class DebugTraceRecord 
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")>]
type DebugTraceRecord = class end
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/workflow/2012/xaml/activities")>
Public Class DebugTraceRecord

Constructors

Name Description
System_CAPS_pubmethod DebugTraceRecord()

Initializes a new instance of the DebugTraceRecord class.

Properties

Name Description
System_CAPS_pubproperty Category

Gets a category for the DebugTraceRecord.

System_CAPS_pubproperty CreationTime

Gets the DateTime value representing when a tracing was created.

System_CAPS_pubproperty Data

Gets the data associated with the record.

System_CAPS_pubproperty E2ETraceId

Gets the trace identifier.

System_CAPS_pubproperty InstanceName

Gets the name of this instance of the record.

System_CAPS_pubproperty Message

Gets the debug message.

System_CAPS_pubproperty Name

Gets the name of the record.

System_CAPS_pubproperty RecordNumber

Gets the record number generated by the trace.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static ToJson(Collection<DebugTraceRecord>)

Returns the calling object as a JSON object.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.Workflow.Client Namespace

Return to top