Directive.WaitLimit 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 time to wait for a result after timeout is reached.

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

Syntax

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

Property Value

Type: System.Int32
The time to wait for a result after timeout is reached in milliseconds.

Remarks

If the WaitLimit property is negative, there is no time limit.

.NET Framework Security

See Also

Reference

Directive Class

Microsoft.SolverFoundation.Services Namespace