ThreadPoolThrottle.UncompletedWorkItems Property

An approximate count of the number of queued work items that are being processed or waiting to be processed.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property UncompletedWorkItems As Integer
public int UncompletedWorkItems { get; }
public:
property int UncompletedWorkItems {
    int get ();
}
member UncompletedWorkItems : int
function get UncompletedWorkItems () : int

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

ThreadPoolThrottle Class

Microsoft.TeamFoundation.Framework.Server Namespace