Gets the thread in which the message was created.

Namespace: Dapfor.Net.Diagnostics
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public int ThreadId { get; }
Visual Basic
Public ReadOnly Property ThreadId As Integer
	Get
Visual C++
public:
property int ThreadId {
	int get ();
}
F#
member ThreadId : int with get

Property Value

Type: Int32
The thread id.

See Also