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
- 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.