ServicingJobStats.AverageQueueWaitMilliseconds Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "averageQueueWaitMilliseconds", Order := )> _
Public Property AverageQueueWaitMilliseconds As Integer
[DataMemberAttribute(Name = "averageQueueWaitMilliseconds", Order = )]
public int AverageQueueWaitMilliseconds { get; set; }
[DataMemberAttribute(Name = L"averageQueueWaitMilliseconds", Order = )]
public:
property int AverageQueueWaitMilliseconds {
int get ();
void set (int value);
}
[<DataMemberAttribute(Name = "averageQueueWaitMilliseconds", Order = )>]
member AverageQueueWaitMilliseconds : int with get, set
function get AverageQueueWaitMilliseconds () : int
function set AverageQueueWaitMilliseconds (value : int)
Property Value
Type: System.Int32
Returns 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.