ThreadManagedThreadId Property |
Gets a unique identifier for the current managed thread.
Namespace: System.ThreadingAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public int ManagedThreadId { get; }
Return Value
Type:
Int32An integer that represents a unique identifier for this managed thread.
See Also