 | 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.12.1
Syntaxpublic CorrelatedTaskEventLog(
DateTime startTime,
string taskName = null,
string machineName = null
)
Request Example
View SourceParameters
- startTime DateTime
- The start time.
- taskName String (Optional)
- Name of the task.
- machineName String (Optional)
- Name of the machine (optional).
See Also