IMetabaseOnBeforeLogonArgs.Handled

Syntax

Handled: Boolean;

Description

The Handled property determines whether repository connection will be redetermined.

Comments

The property is set to False by default, the repository connection is established with the parameters sent in web service operation. If it is required to change connection parameters or redetermine the repository, to which connection will be established, set the property to True.

Example

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

See also:

IMetabaseOnBeforeLogonArgs