Checkpoint Method

BerkeleyDB

Flush the underlying memory pool, write a checkpoint record to the log, and then flush the log, even if there has been no activity since the last checkpoint.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public void Checkpoint()
Visual Basic (Declaration)
Public Sub Checkpoint
Visual C++
public:
void Checkpoint()

See Also