ISolver Status Receiver Interface
It is recommended to instead use the SolverStatusUpdated event to receive feedback from the solver as it is solving.
This interface can be implemented by classes to receive information from a Solver while it is solving a problem.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public interface ISolverStatusReceiverVB
Public Interface ISolverStatusReceiverC++
public interface class ISolverStatusReceiverF#
type ISolverStatusReceiver = interface endMethods
| MessageFromSolver | The Solver will intermittently call this method via its SolverStatusReceiver property. |