Bagikan melalui


MachinePoolStatistics.TotalDuration Property

Total time spent on hosted builds (including build, setup, cleanup, and reimage time)

Namespace:  Microsoft.TeamFoundation.Build.Hosted.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public Property TotalDuration As TimeSpan
public TimeSpan TotalDuration { get; internal set; }
public:
property TimeSpan TotalDuration {
    TimeSpan get ();
    internal: void set (TimeSpan value);
}
member TotalDuration : TimeSpan with get, internal set
function get TotalDuration () : TimeSpan 
internal function set TotalDuration (value : TimeSpan)

Property Value

Type: System.TimeSpan
Returns TimeSpan.

.NET Framework Security

See Also

Reference

MachinePoolStatistics Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace