Time of last checkpoint

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet51 (in libdb_dotnet51.dll) Version: 5.1.22.0

Syntax

C#
public long LastCheckpointTime { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastCheckpointTime As Long
Visual C++
public:
property long long LastCheckpointTime {
	long long get ();
}

See Also