JamThreadStop(Int32) Method |
Stops the processing of items, the thread finishes.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool Stop(
int millis
)
Public Function Stop (
millis As Integer
) As Boolean
public:
bool Stop(
int millis
)
member Stop :
millis : int -> bool
Parameters
- millis Int32
- milliseconds to wait to join the thread
Return Value
Booleantrue if joining the thread within milliseconds timespan succeeded, false otherwise
See Also