ISolverEvents.Solving Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets a callback function that is called periodically during the solve process.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Property Solving As Action
Action Solving { get; set; }
property Action^ Solving {
    Action^ get ();
    void set (Action^ value);
}
abstract Solving : Action with get, set
function get Solving () : Action
function set Solving (value : Action)

Property Value

Type: System.Action
A callback function that is called periodically during the solve process.

.NET Framework Security

See Also

Reference

ISolverEvents Interface

Microsoft.SolverFoundation.Services Namespace