Method RemoveAction
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
RemoveAction(IDmsSchedulerAction)
Removes an action from the task.
IDmsSchedulerTaskBuilder RemoveAction(IDmsSchedulerAction action)
Parameters
actionIDmsSchedulerActionThe action to remove.
Returns
- IDmsSchedulerTaskBuilder
The builder instance for method chaining.
Exceptions
- ArgumentNullException
actionis null.