TeamFoundationRequestContext.QueuedTime Property
If the request is currently queued, this will return the time that the request has been in the queue. Once the request leaves the queue, this will return the time that is spent in the queue.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property QueuedTime As Long
public virtual long QueuedTime { get; }
public:
virtual property long long QueuedTime {
long long get ();
}
abstract QueuedTime : int64 with get
override QueuedTime : int64 with get
function get QueuedTime () : long
Property Value
Type: System.Int64
Returns Int64.
.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.