ConstraintSystem.QueryAbort Property

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

A function that is called periodically through the computation to determine if the user has cancelled the operation.

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:
property Func^ QueryAbort {
    Func^ get ();
    void set (Func^ value);
}
member QueryAbort : Func with get, set
function get QueryAbort () : Func
function set QueryAbort (value : Func)

Property Value

Type: System.Func<TResult>
The function value.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace