Click or drag to resize

IBasicThread Interface

Interface that implements the thread where a "basic" object executes.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public interface IBasicThread

The IBasicThread type exposes the following members.

Properties
 NameDescription
Public propertyInKill Returns true when called during the Kill method.
Public propertyIsAlive Returns true if the thread is alive.
Top
Methods
 NameDescription
Public methodKill Returns true if the thread has been killed.
Top
Remarks
Interface that implements the thread where a "basic" object executes.
See Also