| IBasicThreadInKill Property | 
			Returns 
true when called during the 
Kill method.
		
 WinWrap.Basic.Server (in WinWrap.Basic.Server.dll) 
 Syntax
SyntaxReadOnly Property InKill As Boolean
	Get
property bool InKill {
	bool get ();
}Property Value
Booleantrue when during the 
Kill method call.
		
 Remarks
Remarks
			Use 
Kill to kill the thread.
			This method can be called from any thread.
		
 See Also
See Also