RuntimeMethod: IForeNETRuntimeMethod;
RuntimeMethod: Prognoz.Platform.Interop.ForeNet.IForeNETRuntimeMethod;
The RuntimeMethod property returns the context of the .NET method, started on executing the task.
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: