IShiftSolverSolverCaller Property |
It is recommended to instead use the ShiftSolverStatusUpdated
event to receive feedback from the solver as it is solving.
Gets or sets the SolverCaller for the solver. If the SolverCaller is
set the solver will call the SolverCaller.UpdateSolverStatus() method
when it has something new to report during solving.
Namespace:
SRS.ShiftSolver.Solvers
Assembly:
ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
SyntaxIShiftSolverCaller SolverCaller { get; set; }
Property SolverCaller As IShiftSolverCaller
Get
Set
property IShiftSolverCaller^ SolverCaller {
IShiftSolverCaller^ get ();
void set (IShiftSolverCaller^ value);
}
abstract SolverCaller : IShiftSolverCaller with get, set
Property Value
Type:
IShiftSolverCaller
See Also