MachinePoolStatistics.ThresholdViolations Property

Number of Hosted Builds whose queued time exceeded pool.MaxQueuedTime

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

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

MachinePoolStatistics Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace