Click or drag to resize

ProjectOperationsCalculateForecast Method (CalculateForecastServiceArguments)

Note: This API is now obsolete.

Run the Calculate Forecast.

Namespace:  Cobra.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
[ObsoleteAttribute("Use the CalculateForecast(Model.WebService.CalculateForecastServiceArguments) method instead.")]
public ServiceResult CalculateForecast(
	CalculateForecastServiceArguments calculateForecastServiceArguments
)

Parameters

calculateForecastServiceArguments
Type: Cobra.WebService.ClientAPI.Application.FilesCalculateForecastServiceArguments
An instance of CalculateForecastServiceArguments class that contains the options to run the Calculate Forecast.

Return Value

Type: ServiceResult
The result of running Calculate Forecast.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when state of the instance of the CobraServices that generated the current ProjectOperations is not in opened state.
See Also