ThreadEvents Class |
Namespace: CMS.Base
public class ThreadEvents
The ThreadEvents type exposes the following members.
Name | Description | |
---|---|---|
![]() | ThreadEvents |
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.
|
![]() ![]() | RunWorkerQueue |
Fires when the worker queue finished executing all threads.
|
![]() ![]() | WorkerQueueFinished |
Fires when the worker queue finished executing all threads.
|