Click or drag to resize

ProjectOperationsRecalculate Method (RecalculateServiceArguments)

Run multiple Recalculate.

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#
public ServiceResult[] Recalculate(
	params RecalculateServiceArguments[] recalculateServiceArguments
)

Parameters

recalculateServiceArguments
Type: Cobra.Model.WebServiceRecalculateServiceArguments
An array of instances of RecalculateServiceArguments class each containing the options to run the Recalculate.

Return Value

Type: ServiceResult
An array of results of running the Recalculate. Each result correspond to each run on Respread.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when state of the instance of the CobraServices that generated the current ProjectOperations is not in opened state.
See Also