Execute(Callback: IRepositoryScriptCallback);
Callback. Callback is an object used for tracking of creation process or repository updating.
The Execute method executes operations with repository.
The operation type is determined in the Operation property. Script for the operation execution can be loaded before execution with the help of the LoadScript method.
The example of use is given in description of the IRepositoryScriptManager.Connection property, of the IRepositoryScriptCallback.OnStart method.
See also: