Click or drag to resize

BasicThread Constructor

Initializes a new instance of the BasicThread class.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public BasicThread(
	Action DoEvents = null
)

Parameters

DoEvents  Action  (Optional)
Optional Action to implement the equivalent of DoEvents. Called during the BasicNoUIObj's DoEvents event.
Remarks
An instance of BasicThread allows your application to easily manage a BasicNoUIObj object in a separate thread.
See Also