Click or drag to resize
ThreadEvents Class
Events raised within thread processing
Inheritance Hierarchy
SystemObject
  CMS.BaseThreadEvents

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public class ThreadEvents

The ThreadEvents type exposes the following members.

Constructors
  NameDescription
Public methodThreadEvents
Top
Fields
  NameDescription
Public fieldStatic memberFinalize
Fires when the finalizes its execution. Runs from the new thread context.
Public fieldStatic memberInit
Fires when the thread gets initialized. Runs from the original thread context.
Public fieldStatic memberRun
Fires when the thread runs. Runs from the new thread context.
Top
See Also