IThreadRundownStartEventConsumer.Process Method
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 void Process (Microsoft.Windows.EventTracing.Processes.ThreadRundownStartEventContext eventContext);
abstract member Process : Microsoft.Windows.EventTracing.Processes.ThreadRundownStartEventContext -> unit
Public Sub Process (eventContext As ThreadRundownStartEventContext)
Parameters
- eventContext
- ThreadRundownStartEventContext
The thread rundown start event to process.