Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMetabaseUsersUpdateCallback interface contains properties and methods for working with the operation, performed on occurrence of the critical error on updating users.
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.
Property name | Brief description | |
CallbackResult | The CallbackResult property determines the action on occurrence of the critical error. |
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: