IMetabaseOnBeforeLogonArgs.ResultMetabase

Syntax

ResultMetabase: IMetabase;

Description

The ResultMetabase property determines an output connection with the repository, which moniker will be sent to web service.

Comments

If repository connection parameters are redefined or the repository, to which connection is established, is changed in a custom event, set connection result as the ResultMetabase property value.

Example

The example of use is given in description of the IMetabaseCustomEvents.OnBeforeLogon method.

See also:

IMetabaseOnBeforeLogonArgs