Monitor progress within long running operations.
Namespace:
BerkeleyDBAssembly: libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0
Syntax
C# |
---|
public DatabaseFeedbackDelegate Feedback { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Feedback As DatabaseFeedbackDelegate |
Visual C++ |
---|
public: property DatabaseFeedbackDelegate^ Feedback { DatabaseFeedbackDelegate^ get (); void set (DatabaseFeedbackDelegate^ value); } |
Remarks
Some operations performed by the Berkeley DB library can take non-trivial amounts of time. When an operation is likely to take a long time, Berkeley DB calls the the Feedback delegate to monitor progress within these operations.
It is up to the delegate to display this information in an appropriate manner.