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.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public ReadOnly Property UncompletedWorkItems As Integer
public int UncompletedWorkItems { get; }
public:
property int UncompletedWorkItems {
int get ();
}
member UncompletedWorkItems : int with get
function get UncompletedWorkItems () : 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.