ConstraintSolverParams.QueryAbort 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 to decide when to stop the computation.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Property QueryAbort As Func
public Func QueryAbort { get; set; }
public:
virtual property Func^ QueryAbort {
Func^ get () sealed;
void set (Func^ value) sealed;
}
abstract QueryAbort : Func with get, set
override QueryAbort : Func with get, set
final function get QueryAbort () : Func
final function set QueryAbort (value : Func)
Property Value
Type: System.Func<TResult>
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.