Method WithMessage
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
WithMessage(string)
Sets the information message.
IDmsSchedulerInformationActionBuilder WithMessage(string message)
Parameters
messagestringThe information message.
Returns
- IDmsSchedulerInformationActionBuilder
The builder instance for method chaining.
Exceptions
- ArgumentException
messageis null, empty or whitespace.