IExecuteForeNetMethodScheduledTask.RuntimeMethod

Fore Syntax

RuntimeMethod: IForeNETRuntimeMethod;

Fore.NET Syntax

RuntimeMethod: Prognoz.Platform.Interop.ForeNet.IForeNETRuntimeMethod;

Description

The RuntimeMethod property returns the context of the .NET method, started on executing the task.

Comments

Using this property the .NET method context can be obtained, any values of its parameters can be set, and the method can be executed separately from the task.

See also:

IExecuteForeNetMethodScheduledTask