Constructor ElementStorage
ElementStorage(SLProtocol, bool)
Initializes a new instance of the ElementStorage class.
public ElementStorage(SLProtocol protocol, bool buffer = true)
Parameters
protocolSLProtocolThe SLProtocol instance used to interact with the SLProtocol process.
bufferboolIf set to
true, indicates that pointers to values stored/retrieved should be buffered in order to minimize locking.
Exceptions
- ArgumentNullException
protocolis null.