MachinePool.MaxQueuedDuration Property

Namespace:  Microsoft.TeamFoundation.Build.Hosted.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public Property MaxQueuedDuration As Long
public long MaxQueuedDuration { get; set; }
public:
property long long MaxQueuedDuration {
    long long get ();
    void set (long long value);
}
member MaxQueuedDuration : int64 with get, set
function get MaxQueuedDuration () : long 
function set MaxQueuedDuration (value : long)

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

MachinePool Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace