Assembly: Metabase;
The IUpdateCallback interface provides methods that are used to handle update events.
IUpdateCallback
Interface methods must be redetermined in a custom class. Class instance for handling update events is set in the IMetabase.UpdateHandler property.
Method name | Brief description | |
OnCallback | The OnCallback method implements the event related with repository update. |
See also: