Task Scheduler Managed Class Library
C#
Show/Hide TOC
Action
Collection
Add
New Method
Adds a new
Action
instance to the task.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
Action
AddNew
(
TaskActionType
actionType
)
Parameters
actionType
TaskActionType
Type of task to be created
Return Value
Action
Specialized
Action
instance.
See Also
Reference
ActionCollection Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Parameters
Return Value
See Also