ICalcAlgorithm.CalculateAsync

Syntax

CalculateAsync([Callback: ICalcEtlCallback = Null;] [Objs: ICalcObjectsList = Null]): IAlgorithmCalculationAsyncResult;

None;

Parameters

Callback. Object that implements the callback.

Objs. List of calculation algorithm objects.

NOTE. The method can be used without specifying parameters.

Description

The CalculateAsync method calculates algorithm asynchronously when multidimensional calculation is used.

See also:

ICalcAlgorithm