Method WithDescription
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
WithDescription(string)
Sets the description.
IDmsSchedulerTaskBuilder WithDescription(string description)
Parameters
descriptionstringThe description.
Returns
- IDmsSchedulerTaskBuilder
The builder instance for method chaining.
Exceptions
- ArgumentException
descriptionis null, empty or whitespace.