Click or drag to resize

ThreadIHandler Interface

Handler interface for the Thread class

Namespace:  Eto.Threading
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[AutoInitializeAttribute(false)]
public interface IHandler : WidgetIHandler

The ThreadIHandler type exposes the following members.

Properties
  NameDescription
Public propertyIsAlive
Gets a value indicating whether this thread is alive.
Public propertyIsMain
Gets a value indicating whether this thread instance is the main UI thread.
Top
Methods
  NameDescription
Public methodAbort
Public methodCreate
Creates a custom thread that will execute the OnExecuted(Thread) method when started
Public methodCreateCurrent
Creates an instance for the current thread
Public methodCreateMain
Creates an instance for the main UI thread
Public methodStart
Top
See Also