ThreadRundownStopEventCallback Delegate

Definition

Processes a thread rundown stop event.

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

Parameters

eventContext
ThreadRundownStopEventContext

The thread rundown stop event to process.

Applies to