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.

Description

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

See also:

ICalcAlgorithm