Method WithMemoryFiles
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
WithMemoryFiles(IDictionary<int, string>)
Sets all memory files for the script.
IDmsSchedulerScriptActionBuilder WithMemoryFiles(IDictionary<int, string> memoryFiles)
Parameters
memoryFilesIDictionary<int, string>The dictionary of memory IDs to file names.
Returns
- IDmsSchedulerScriptActionBuilder
The builder instance for method chaining.
Exceptions
- ArgumentNullException
memoryFilesis null.