Click or drag to resize

BasicThreadKill Method

Kills the BasicThread object.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public bool Kill(
	int timeout = 1000
)

Parameters

timeout  Int32  (Optional)
Milliseconds to wait for Send or Post actions.

Return Value

Boolean
true if all the BasicThread was killed.
Remarks
This call executes synchronously.
See Also