Assembly: Metabase;
The IMetabaseUsersUpdateCallback interface contains properties and methods for working with the operation executed on occurrence of the critical error on updating users.
IMetabaseUsersUpdateCallback
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.
Property name | Brief description | |
CallbackResult | The CallbackResult property determines an action when a critical error occurs. |
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: