The application-specified feedback function called to report Berkeley DB
            operation progress.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public delegate void EnvironmentFeedbackDelegate( EnvironmentFeedbackEvent opcode, int percent ) | 
| Visual Basic (Declaration) | 
|---|
| Public Delegate Sub EnvironmentFeedbackDelegate ( _ opcode As EnvironmentFeedbackEvent, _ percent As Integer _ ) | 
| Visual C++ | 
|---|
| public delegate void EnvironmentFeedbackDelegate( EnvironmentFeedbackEvent opcode, int percent ) | 
Parameters
- opcode
- Type: BerkeleyDB..::.EnvironmentFeedbackEvent
 An operation code specifying the Berkley DB operation
- percent
- Type: System..::.Int32
 The percent of the operation that has been completed, specified as an integer value between 0 and 100.





