Handled: Boolean;
Handled: Boolean;
The Handled property determines whether repository connection will be redefined.
By default the property is set to False, the repository connection is executed with the parameters sent in web service operation. If it is required to change connection parameters or redefine repository to which connection will be executed, set the property to True.
The example of use is given in description of the IMetabaseCustomEvents.OnBeforeLogon method.
See also: