ApplyEx(Progress: IMetabaseUpdateProgress; Context: IMetabaseUpdateContext);
Progress. Object implementing events occurring on update.
Context. Advanced settings of the update object.
The ApplyEx method updates repository objects using the advanced settings.
The ApplyEx method is used to update repository objects considering settings determined by methods of the IMetabaseUpdateContext interface.
If the Context parameter is set to Null, the update will be executed without considering advanced settings.
The example of use is given in description of the IMetabaseUpdateContext.RegisterIdChange method.
See also: