IRepositoryScriptManager.Execute

Syntax

Execute(Callback: IRepositoryScriptCallback);

Parameters

Callback. Callback is an object used for tracking of creation process or repository updating.

Description

The Execute method executes operations with repository.

Comments

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.

Example

The example of use is given in description of the IRepositoryScriptManager.Connection property, of the IRepositoryScriptCallback.OnStart method.

See also:

IRepositoryScriptManager