Main interfaces of the Fore assembly:
IAppServerClass is the interface containing methods that are used to work with task scheduler of Foresight Analytics Platform.
IDocument is the interface containing properties and methods of the Document;
IScheduledTasksContainer is the interface containing properties and methods of scheduled tasks container;
IScheduledTask is the interface containing basic properties and methods of all tasks that are created in the scheduled tasks container.
IExecuteSubScheduledTask is the interface containing properties and methods of the task that executes the unit.
IUiMetabaseObjectParams is the interface containing properties and methods of the UiMetabaseObjectParams;
IUiMetabaseObject is the interface containing basic properties and methods of the components that access the repository objects.
IForeServices, IForeRuntime - interfaces that are used to work with Fore code execution environment.
IForeThread, IForeCriticalSection - interfaces that are executed in separate parallel threads of custom methods.
Examples of executing the different tasks using the Fore assembly
See also:
Fore Assembly Interfaces | Fore Assembly Enumerations | Fore Assembly Classes