IMetabaseUsersUpdateCallback.RequestAction

Fore Syntax

RequestAction(Error: IMetabaseUsersUpdateError): MetabaseUsersUpdateCallbackResult;

Fore.NET Syntax

RequestAction(Error: Prognoz.Platform.Interop.Metabase.IMetabaseUsersUpdateError): Prognoz.Platform.Interop.Metabase.MetabaseUsersUpdateCallbackResult;

Parameters

Error. Error on updating the user.

Description

The RequestAction method determines in case of error occurrence on updating the user.

Comments

The method must be redefined in a user class.

Example

The example of use is given in description of the IMetabaseUsersUpdate.Callback property.

See also:

IMetabaseUsersUpdateCallback