IAlgorithmCalculationDebug.Dispose_

Syntax

Dispose_;

Description

The Dispose_ method finishes algorithm debugging.

Comments

The algorithm calculation result is not available on executing the method. The method is used to reset debugging after stopping calculation algorithm using the IAlgorithmCalculationDebug.Stop method.

Example

The property use is given in the example for ICalcAlgorithm.DebugAsync.

See also:

IAlgorithmCalculationDebug