WorkerThreadPoolTerminateProcessing Method (Int32) |
Stops processing the threads.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public void TerminateProcessing(
int millis
)
Public Sub TerminateProcessing (
millis As Integer
)
public:
void TerminateProcessing(
int millis
)
member TerminateProcessing :
millis : int -> unit
Parameters
- millis
- Type: SystemInt32
Milliseconds running threads are given to finish their work before they are aborted.
See Also