Table of Contents

Class ThreadEvents

Namespace
CMS.Base
Assembly
CMS.Base.dll

Events raised within thread processing

public class ThreadEvents
Inheritance
object
ThreadEvents
Extension Methods

Fields

Finalize

Fires when the finalizes its execution. Runs from the new thread context.

public static SimpleThreadHandler Finalize

Field Value

SimpleThreadHandler

Init

Fires when the thread gets initialized. Runs from the original thread context.

public static ThreadHandler Init

Field Value

ThreadHandler

Run

Fires when the thread runs. Runs from the new thread context.

public static ThreadHandler Run

Field Value

ThreadHandler