Class ThreadEvents
Events raised within thread processing
public class ThreadEvents
- Inheritance
-
objectThreadEvents
- Extension Methods
Fields
Finalize
Fires when the finalizes its execution. Runs from the new thread context.
public static SimpleThreadHandler Finalize
Field Value
Init
Fires when the thread gets initialized. Runs from the original thread context.
public static ThreadHandler Init
Field Value
Run
Fires when the thread runs. Runs from the new thread context.
public static ThreadHandler Run