WorkerThreadPoolDispose Method |
Call this method to clean up all threads from the pool,
in that case the ThreadPool instance cannot be used anymore,
calls to functions of it will result in an
ObjectDisposedException.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
Implements
IDisposableDisposeSee Also