MachinePoolStatistics.MaximumQueuedDuration Property
Namespace: Microsoft.TeamFoundation.Build.Hosted.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property MaximumQueuedDuration As TimeSpan
public TimeSpan MaximumQueuedDuration { get; internal set; }
public:
property TimeSpan MaximumQueuedDuration {
TimeSpan get ();
internal: void set (TimeSpan value);
}
member MaximumQueuedDuration : TimeSpan with get, internal set
function get MaximumQueuedDuration () : TimeSpan
internal function set MaximumQueuedDuration (value : TimeSpan)
Property Value
Type: System.TimeSpan
.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.