SortedPointBufferTKey, TValueIsReadingMode Property
Gets or sets the current mode of the point buffer.
Namespace: SnapDB.Snap.CollectionAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool IsReadingMode { get; set; }
Public Property IsReadingMode As Boolean
Get
Set
public:
property bool IsReadingMode {
bool get ();
void set (bool value);
}
function get_IsReadingMode();
function set_IsReadingMode(value);
Property Value
Boolean
This class is not designed to be read from and written to at the same time.
This is because sorting must occur right before reading from this stream.