Click or drag to resize

Thread Methods

The Thread type exposes the following members.

Methods
  NameDescription
Public methodAbort
Abort this instance, for custom thread instances
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides WidgetGetCallback.)
Protected methodOnExecuted
Called when the thread is executed, for custom thread instances
Public methodStart
Start the thread, for custom thread instances
Top
See Also