CorrelatedTaskEventLog Constructor

Initializes a new instance of the CorrelatedTaskEventLog class that looks at all task events from a specified time.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
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).

See Also