TaskDefinitionAddition(TaskDefinition, Action) Operator
Implements the operator + for actions on a definition, effectively adding the action to the definition.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public static TaskDefinition operator +(
TaskDefinition definition,
Action action
)
- definition TaskDefinition
- The definition to which the action is to be added.
- action Action
- The action to add.
TaskDefinitionThe definition with the added action.