ThreadEvents Fields |
The ThreadEvents type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | EnsureSourceItems |
Fires when the thread needs to ensure that the source items.
|
![]() ![]() | 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.
|
![]() ![]() | RunWorkerQueue |
Fires when the worker queue finished executing all threads.
|
![]() ![]() | WorkerQueueFinished |
Fires when the worker queue finished executing all threads.
|