IScheduledTaskConsumer.Process(ScheduledTaskContext) Method

Definition

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.

Applies to