ThreadRundownStopEventCallback Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.