IUpdateCallback

Assembly: Metabase;

Description

The IUpdateCallback interface provides methods that are used to handle update events.

Inheritance Hierarchy

IUpdateCallback

Comments

Interface methods must be redetermined in a custom class. Class instance for handling update events is set in the IMetabase.UpdateHandler property.

Methods

  Method name Brief description
OnCallback The OnCallback method implements the event related with repository update.

See also:

Metabase Assembly Interfaces