IBuildAgent.QueueCount Property

Note: This API is now obsolete.

Gets the current queue count for the build agent. All queue statuses are included in this count.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
<ObsoleteAttribute("This property has been deprecated. Please remove all references.",  _
    False)> _
ReadOnly Property QueueCount As Integer
[ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)]
int QueueCount { get; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.", 
    false)]
property int QueueCount {
    int get ();
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)>]
abstract QueueCount : int
function get QueueCount () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IBuildAgent Interface

Microsoft.TeamFoundation.Build.Client Namespace