IMetabaseUsersUpdateCallback

Assembly: Metabase;

Description

The IMetabaseUsersUpdateCallback interface contains properties and methods for working with the operation executed on occurrence of the critical error on updating users.

Inheritance Hierarchy

          IMetabaseUsersUpdateCallback

Comments

Properties and methods of this interface should be redefined in a custom class. The instance of the object of the custom class can be set as a value of the IMetabaseUsersUpdate.Callback property.

Properties

  Property name Brief description
CallbackResult The CallbackResult property determines an action when a critical error occurs.

Methods

  Method name Brief description
Process The Process method returns the user being updated at the moment.
RequestAction The RequestAction method requests an action when an error occurs on updating the user.

See also:

Metabase Assembly Interfaces