ConstraintSolverParams.Abort Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns a value that indicates whether the solver should stop.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Property Abort As Boolean
public bool Abort { get; set; }
public:
property bool Abort {
bool get ();
void set (bool value);
}
member Abort : bool with get, set
function get Abort () : boolean
function set Abort (value : boolean)
Property Value
Type: System.Boolean
true to stop computation; otherwise, false.
Remarks
You can use the Abort property if you run the solver on a background thread.
.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.