WorkerThreadPoolTerminateProcessing(Boolean) Method |
Stops processing work items that are queued.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic void TerminateProcessing(
bool force
)
Public Sub TerminateProcessing (
force As Boolean
)
public:
void TerminateProcessing(
bool force
)
member TerminateProcessing :
force : bool -> unit
Parameters
- force Boolean
- if set to true busy threads are aborted after the timespan given in MaxTimeUntilHardTerminate.
See Also