HybridLocalSearchParameters.TimeLimitMs Property

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

Time limit in milliseconds. If negative, no limit.

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

Syntax

'Declaration
Public Property TimeLimitMs As Integer
public int TimeLimitMs { get; set; }
public:
property int TimeLimitMs {
    int get ();
    void set (int value);
}
member TimeLimitMs : int with get, set
function get TimeLimitMs () : int
function set TimeLimitMs (value : int)

Property Value

Type: System.Int32
The time limit in milliseconds.

.NET Framework Security

See Also

Reference

HybridLocalSearchParameters Class

Microsoft.SolverFoundation.Solvers Namespace