HybridLocalSearchDirective.RunUntilTimeout Property

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

Gets or sets a value that specifies whether the Solve method should continuously search until the time limit expires.

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

Syntax

'Declaration
Public Property RunUntilTimeout As Boolean
public bool RunUntilTimeout { get; set; }
public:
property bool RunUntilTimeout {
    bool get ();
    void set (bool value);
}
member RunUntilTimeout : bool with get, set
function get RunUntilTimeout () : boolean
function set RunUntilTimeout (value : boolean)

Property Value

Type: System.Boolean
The value that indicates whether the search is continuous. The default is false.

Remarks

Use the TimeLimit property to set the timeout.

.NET Framework Security

See Also

Reference

HybridLocalSearchDirective Class

Microsoft.SolverFoundation.Services Namespace