Click or drag to resize
ThreadEvents Fields

The ThreadEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEnsureSourceItems
Fires when the thread needs to ensure that the source items.
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.
Public fieldStatic memberRunWorkerQueue
Fires when the worker queue finished executing all threads.
Public fieldStatic memberWorkerQueueFinished
Fires when the worker queue finished executing all threads.
Top
See Also