MachinePoolStatistics.AverageBuildDuration Property
Average time spent per hosted build during the build phase (FinishTime-StartTime)
Namespace: Microsoft.TeamFoundation.Build.Hosted.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property AverageBuildDuration As TimeSpan
public TimeSpan AverageBuildDuration { get; internal set; }
public:
property TimeSpan AverageBuildDuration {
TimeSpan get ();
internal: void set (TimeSpan value);
}
member AverageBuildDuration : TimeSpan with get, internal set
function get AverageBuildDuration () : TimeSpan
internal function set AverageBuildDuration (value : TimeSpan)
Property Value
Type: System.TimeSpan
Returns 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.