[This is preliminary documentation and subject to change.]
Gets the ID of the current thread.
The ID of the current thread.
On the .NET framework, the AppDomain.GetCurrentThreadId
method is used to obtain the thread ID for the current thread. This is the operating system ID for the thread.
On the .NET Compact Framework 1.0 it is not possible to get the operating system thread ID for the current thread. The native method GetCurrentThreadId
is implemented inline in a header file and cannot be called.
SystemInfo Class | log4net.Util Namespace