SortedTreeTKey, TValueAutoFlush Property
The sorted tree will not continually call the
Flush method every time the header is changed.
When setting this to false, flushes must be manually invoked. Failing to do this can corrupt the SortedTree.
Only set if you can guarantee that
Flush will be called before disposing this class.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool AutoFlush { get; set; }
Public Property AutoFlush As Boolean
Get
Set
public:
property bool AutoFlush {
bool get ();
void set (bool value);
}
function get_AutoFlush();
function set_AutoFlush(value);
Property Value
Boolean