IThreadInfo Interface Members
In This Topic
The following tables list the members exposed by IThreadInfo.
Public Properties
| | Name | Description |
 | DomainId | The application domain identifier of the app domain which originated this log message. |
 | DomainName | The friendly name of the app domain which originated this log message. |
 | IsBackground | Indicates whether the thread which originated this log message is a background thread. |
 | IsThreadPoolThread | Indicates whether the thread which originated this log message is a threadpool thread. |
 | Session | The session this thread was recorded with |
 | ThreadId | The managed thread ID of the thread which originated this log message. |
 | ThreadName | The name of the thread which originated this log message. |
Top
See Also