Whether there is any hot backup in progress.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

C#
public bool HotbackupInProgress { get; set; }
Visual Basic (Declaration)
Public Property HotbackupInProgress As Boolean
Visual C++
public:
property bool HotbackupInProgress {
	bool get ();
	void set (bool value);
}

See Also