WorkerThreadPoolRemoveThreadsExceedingMaxIdleTime Method |
This method removes threads from the idle pool where
the maximum idle time is exceeded. This method does
nothing if only
MinWorkerThreads are active
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public void RemoveThreadsExceedingMaxIdleTime()
Public Sub RemoveThreadsExceedingMaxIdleTime
public:
void RemoveThreadsExceedingMaxIdleTime()
member RemoveThreadsExceedingMaxIdleTime : unit -> unit
See Also