StreamingClientDatabaseTKey, TValueSoftCommit Method
Forces a soft commit on the database. A soft commit
only commits data to memory. This allows other clients to read the data.
While soft committed, this data could be lost during an unexpected shutdown.
Soft commits usually occur within microseconds.
Namespace: SnapDB.Snap.Services.NetAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override void SoftCommit()
Public Overrides Sub SoftCommit
public:
virtual void SoftCommit() override