 | AbortableIsThreadPoolThread property |
Returns true if the thread is a threadpool thread.
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntaxpublic bool IsThreadPoolThread { get; }
Public ReadOnly Property IsThreadPoolThread As Boolean
Get
public:
property bool IsThreadPoolThread {
bool get ();
}
member IsThreadPoolThread : bool with get
Property value
Boolean
See also