Specifies the environment operation whose progress is being reported

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

Syntax

C#
public enum EnvironmentFeedbackEvent
Visual Basic (Declaration)
Public Enumeration EnvironmentFeedbackEvent
Visual C++
public enum class EnvironmentFeedbackEvent

Members

Member nameDescription
RECOVERY
The environment is being recovered.

See Also