DebugTraceRecord Class
Represents a debug trace record.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
| Name | Description | |
|---|---|---|
![]() | DebugTraceRecord() | Initializes a new instance of the DebugTraceRecord class. |
| Name | Description | |
|---|---|---|
![]() | Category | Gets a category for the DebugTraceRecord. |
![]() | CreationTime | Gets the DateTime value representing when a tracing was created. |
![]() | Data | Gets the data associated with the record. |
![]() | E2ETraceId | Gets the trace identifier. |
![]() | InstanceName | Gets the name of this instance of the record. |
![]() | Message | Gets the debug message. |
![]() | Name | Gets the name of the record. |
![]() | RecordNumber | Gets the record number generated by the trace. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() ![]() | ToJson(Collection(Of DebugTraceRecord)) | Returns the calling object as a JSON object. |
![]() | ToString() | (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.



