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