IScheduledTaskStartEventConsumer.Process Method

Definition

Processes a scheduled task start event.

public void Process (Microsoft.Windows.EventTracing.ScheduledTasks.ScheduledTaskStartEventContext eventContext);
abstract member Process : Microsoft.Windows.EventTracing.ScheduledTasks.ScheduledTaskStartEventContext -> unit
Public Sub Process (eventContext As ScheduledTaskStartEventContext)

Parameters

eventContext
ScheduledTaskStartEventContext

The scheduled task start event to process.

Applies to