Table of Contents

Method AddMemoryFile

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

AddMemoryFile(int, string)

Adds a memory file to the script.

IDmsSchedulerScriptActionBuilder AddMemoryFile(int memoryId, string fileName)

Parameters

memoryId int

The memory ID.

fileName string

The file name.

Returns

IDmsSchedulerScriptActionBuilder

The builder instance for method chaining.

Exceptions

ArgumentOutOfRangeException

memoryId must be greater than 0.

ArgumentException

fileName is null, empty or whitespace.