Table of Contents

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

memoryFiles IDictionary<int, string>

The dictionary of memory IDs to file names.

Returns

IDmsSchedulerScriptActionBuilder

The builder instance for method chaining.

Exceptions

ArgumentNullException

memoryFiles is null.