IHandler Methods |
The ThreadIHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| Abort |
Aborts a custom thread when created using Create | |
| Create |
Creates a custom thread that will execute the OnExecuted(Thread) method when started
| |
| CreateCurrent |
Creates an instance for the current thread
| |
| CreateMain |
Creates an instance for the main UI thread
| |
| Start |
Starts a custom thread when created using Create |