IAlgorithmCalculationAsyncDebug

Assembly: Algo;

Description

The IAlgorithmCalculationAsyncDebug interface is used for asynchronous calculation algorithm debugging.

Inheritance Hierarchy

          IAlgorithmCalculationDebug

          IAlgorithmCalculationAsyncDebug

Properties

  Property name Brief description
ErrorEvent The ErrorEvent property returns the errors occurred on calculation algorithm debugging.
LastObjectKey The LastObjectKey property returns the key of the last calculated calculation algorithm object.
State The State property returns the algorithm calculation status on debugging.

Properties inherited from IAlgorithmCalculationDebug

  Property name Brief description
IsFinished The IsFinished property returns whether algorithm calculation is finished.
Matrix The Matrix property returns the abstract multidimensional data source to get intermediate calculation results for calculation block.
Objects The Objects property returns the list of calculation algorithm objects used during debugging.
PrevObject The PrevObject property returns the previous calculated calculation algorithm object for recalculation.
PrxReport The PrxReport property creates a regular report with data obtained after single object calculation from data consumer.
Result The Result property returns the algorithm calculation result.
UserData The UserData property returns user data connected to calculation algorithm.
ValidationMatrix The ValidationMatrix property returns the abstract multidimensional data source to get intermediate calculation results for control block.

Methods inherited from IAlgorithmCalculationDebug

  Method name Brief description
Dispose_ The Dispose_ method finishes algorithm debugging.
NextStep The NextStep method moves to the next calculation algorithm object.
RecalcPrev The RecalcPrev method recalculates the previous calculated calculation algorithm object.
StepToObject The StepToObject method moves to the specified calculation algorithm object.
StepToSaveData The StepToSaveData method moves to the saving data to database.
Stop The Stop method stops algorithm calculation debugging.

See also:

Algo Assembly Interfaces