ThreadEvents Fields |
The ThreadEvents type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Finalize |
Fires when the finalizes its execution. Runs from the new thread context.
|
![]() ![]() | Init |
Fires when the thread gets initialized. Runs from the original thread context.
|
![]() ![]() | Run |
Fires when the thread runs. Runs from the new thread context.
|