CorrelatedTaskEventLog Constructor
Initializes a new instance of the
CorrelatedTaskEventLog class that looks at all task events from a specified time.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
public CorrelatedTaskEventLog(
DateTime startTime,
string taskName = null,
string machineName = null
)
Parameters
- startTime DateTime
- The start time.
- taskName String (Optional)
- Name of the task.
- machineName String (Optional)
- Name of the machine (optional).