IMetabaseUsersUpdateCallback

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

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

Comments

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

Properties

  Property name Brief description
CallbackResult The CallbackResult property determines the action on occurrence of the critical error.

Methods

  Method name Brief description
Process The Process method returns the user, which is updated at the moment.
RequestAction The RequestAction method determines in case of error occurrence on updating the user.

See also:

Metabase Assembly Interfaces