IScheduledTaskConsumer.Process(ScheduledTaskContext) 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 correlated scheduled task data.
public void Process (Microsoft.Windows.EventTracing.ScheduledTasks.ScheduledTaskContext context);
abstract member Process : Microsoft.Windows.EventTracing.ScheduledTasks.ScheduledTaskContext -> unit
Public Sub Process (context As ScheduledTaskContext)
Parameters
- context
- ScheduledTaskContext
The scheduled task to process.