Click or drag to resize

IBasicThreadKill Method

Returns true if the thread has been killed.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
bool Kill()

Return Value

Boolean
true if the thread has been killed.
Remarks
This method can be called from any thread.
See Also