Click or drag to resize
ThreadManagedThreadId Property
Gets a unique identifier for the current managed thread.

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public int ManagedThreadId { get; }

Return Value

Type: Int32
An integer that represents a unique identifier for this managed thread.
See Also