ClientDatabaseBaseHardCommit Method
Forces a commit to the disk subsystem. Once this returns, the data will not
be lost due to an application crash or unexpected shutdown.
Hard commits can take 100ms or longer depending on how much data has to be committed.
This requires two consecutive hardware cache flushes.
Namespace: SnapDB.Snap.ServicesAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public abstract void HardCommit()
Public MustOverride Sub HardCommit
public:
virtual void HardCommit() abstract