IShiftSolverCaller Interface

It is recommended to instead use the ShiftSolverStatusUpdated event to receive feedback from the solver as it is solving.

This interface should be implemented by a class that wants to receive information from a ShiftSolver while it is running.

Definition

Namespace: SRS.ShiftSolver.Solvers
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public interface IShiftSolverCaller

Methods

UpdateShiftSolverStatus If a Solver's SolverCaller property is set to an object which implements this interface then the Solver will call this method whenever it has something new to report.

See Also