Method CreateInformationAction
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
CreateInformationAction()
Creates a new information action builder.
public static IDmsSchedulerInformationActionBuilder CreateInformationAction()
Returns
- IDmsSchedulerInformationActionBuilder
A new information action builder instance.
CreateInformationAction(IDmsSchedulerInformationAction)
Creates an information action builder from an existing action.
public static IDmsSchedulerInformationActionBuilder CreateInformationAction(IDmsSchedulerInformationAction existingAction)
Parameters
existingActionIDmsSchedulerInformationActionThe existing action to copy from.
Returns
- IDmsSchedulerInformationActionBuilder
An information action builder initialized with the existing action's values.
Exceptions
- ArgumentNullException
existingActionis null.