ConstraintSolverParams.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 the callback function that is called during the solve process.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Property Solving As Action
public Action Solving { get; set; }
public:
virtual property Action^ Solving {
Action^ get () sealed;
void set (Action^ value) sealed;
}
abstract Solving : Action with get, set
override Solving : Action with get, set
final function get Solving () : Action
final function set Solving (value : Action)
Property Value
Type: System.Action
The function value.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.