Handled: Boolean;
The Handled property determines whether repository connection will be redefined.
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 redefine the repository, to which connection will be established, set the property to True.
The example of use is given in description of the IMetabaseCustomEvents.OnBeforeLogon method.
See also: