TeamFoundationRequestContext.Queued Property

A queued request is a request that is not currently processing. This means that its being held for one reason or another, for example, the server is too busy and is holding the request until the load lightens.

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

Syntax

'Declaration
Public Overridable Property Queued As Boolean
public virtual bool Queued { get; set; }
public:
virtual property bool Queued {
    bool get ();
    void set (bool value);
}
abstract Queued : bool with get, set 
override Queued : bool with get, set
function get Queued () : boolean 
function set Queued (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace