Click or drag to resize

WorkerThreadPoolDispose Method

Overload List
  NameDescription
Public methodDispose
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.
Protected methodDispose(Boolean)
Implementation of IDispsable interface
Top
See Also