Specifies the environment operation whose progress is being reported

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