| ProfilerDataCollectionThreadId Property |
Gets the thread ID.
Namespace: DigitalRune.DiagnosticsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public int ThreadId { get; }
Public ReadOnly Property ThreadId As Integer
Get
public:
property int ThreadId {
int get ();
}
member ThreadId : int with get
Property Value
Type:
Int32The thread ID.
See Also