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_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

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

See Also