ISolverParameters.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 parameters to stop the solve process by using a callback delegate.

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

Syntax

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

Property Value

Type: System.Func<TResult>
The parameters to stop the solve process.

.NET Framework Security

See Also

Reference

ISolverParameters Interface

Microsoft.SolverFoundation.Services Namespace