ThreadRundownStartEventCallback Delegate

Definition

Processes a thread rundown start event.

public delegate void ThreadRundownStartEventCallback(ThreadRundownStartEventContext eventContext);
type ThreadRundownStartEventCallback = delegate of ThreadRundownStartEventContext -> unit
Public Delegate Sub ThreadRundownStartEventCallback(eventContext As ThreadRundownStartEventContext)

Parameters

eventContext
ThreadRundownStartEventContext

The thread rundown start event to process.

Applies to