Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler
TaskEventLog Class
TaskEventLog Constructor
TaskEventLog(String) Constructor
TaskEventLog(String, String, String, String, String) Constructor
TaskEventLog(DateTime, String, String, String, String, String) Constructor
TaskEventLog(String, Int32[], Nullable<DateTime>, String, String, String, String) Constructor
TaskEventLog(String, Int32[], Int32[], Nullable<DateTime>, String, String, String, String) Constructor
Task
Event
Log(String) Constructor
Initializes a new instance of the
TaskEventLog
class.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
public
TaskEventLog
(
string
taskPath
)
Request Example
View Source
Parameters
taskPath
String
The task path. This can be retrieved using the
Path
property.
Exceptions
Exception
Condition
NotSupportedException
Thrown when instantiated on an OS prior to Windows Vista.
See Also
Reference
TaskEventLog Class
TaskEventLog Overload
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.