WorkerThreadPoolAbortThreadsExceedingMaxBusyTime Method |
This method removes threads from the busy pool if
the maximum busy time is exceeded.
Additionally if the thread is being stopped, if it doesn't
join within 100ms abort is signalled via
Abort.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public void AbortThreadsExceedingMaxBusyTime()
Public Sub AbortThreadsExceedingMaxBusyTime
public:
void AbortThreadsExceedingMaxBusyTime()
member AbortThreadsExceedingMaxBusyTime : unit -> unit
See Also