Click or drag to resize
ThreadPoolShutdown Method
Turn off the pool. Every thread, when finished with its current work, will realize that the pool is no longer running, and will exit.

Namespace: AsterNET.Util
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Shutdown()
See Also