Assembly: Fore;
The IRepositoryScriptCallback interface contains methods that implement the events Occurring during execution of operations with repository. This interface must be redefined in custom class.
IRepositoryScriptCallback
Method name | Brief description | |
BeginStatement | The BeginStatement method implements an event that takes place before the start of the script query execution. | |
EndStatement | The EndStatement method implements an event that takes place after the query execution. | |
OnFinish | The OnFinish method implements an event that takes place after the execution of whole script. | |
OnStart | The OnStart method implements an event that takes place during the preparation of the script to execution. |
See also: