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.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool AutoFlush { get; set; }

Property Value

Boolean

See Also