Click or drag to resize

IBasicThreadInKill Property

Returns true when called during the Kill method.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
bool InKill { get; }

Property Value

Boolean
true when during the Kill method call.
Remarks
Use Kill to kill the thread. This method can be called from any thread.
See Also