ISolverEvents Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines callback functions that are called periodically during the solve process.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Interface ISolverEvents
public interface ISolverEvents
public interface class ISolverEvents
type ISolverEvents = interface end
public interface ISolverEvents
The ISolverEvents type exposes the following members.
Properties
Name | Description | |
---|---|---|
Solving | Gets or sets a callback function that is called periodically during the solve process. |
Top