LastCheckpointTime Property

BerkeleyDB

Time of last checkpoint

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.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