Method WithTaskName
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
WithTaskName(string)
Sets the task name.
IDmsSchedulerTaskBuilder WithTaskName(string taskName)
Parameters
taskNamestringThe task name.
Returns
- IDmsSchedulerTaskBuilder
The builder instance for method chaining.
Exceptions
- ArgumentException
taskNameis null, empty or whitespace.