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