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
Get
[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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.