Table of Contents

Constructor ElementStorage

Namespace
Skyline.DataMiner.Scripting
Assembly
QActionHelperBaseClasses.dll

ElementStorage(SLProtocol, bool)

Initializes a new instance of the ElementStorage class.

public ElementStorage(SLProtocol protocol, bool buffer = true)

Parameters

protocol SLProtocol

The SLProtocol instance used to interact with the SLProtocol process.

buffer bool

If set to true, indicates that pointers to values stored/retrieved should be buffered in order to minimize locking.

Exceptions

ArgumentNullException

protocol is null.