IMetabaseUsersUpdateCallback.Process

Fore Syntax

Process(Subject: ISecuritySubject);

Fore.NET Syntax

Process(Subject: Prognoz.Platform.Interop.Metabase.ISecuritySubject);

Parameters

Subject. The security subject on updating of which the error had occurred.

Description

The Process method returns the user which is being updated at the moment.

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