Click or drag to resize

ProjectOperationsRecalculate Method (RecalculateServiceArguments)

This method is obsolete. Use the Recalculate(Cobra.Model.WebService.RecalculateServiceArguments) method instead. Run the 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(
	RecalculateServiceArguments recalculateServiceArguments
)

Parameters

recalculateServiceArguments
Type: Cobra.WebService.ClientAPI.Application.FilesRecalculateServiceArguments
An instance of RecalculateServiceArguments class that contains the options to run the Recalculate.

Return Value

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