Click or drag to resize
Task Scheduler Managed Class Library

TaskDefinitionAddition Operator

Overload List
 NameDescription
Public operatorStatic memberAddition(TaskDefinition, Action)Implements the operator + for actions on a definition, effectively adding the action to the definition.
Public operatorStatic memberAddition(TaskDefinition, Trigger)Implements the operator + for triggers on a definition, effectively adding the trigger to the definition.
Top
See Also