ThreadRundownStartEventCallback 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 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.