TeamFoundationHostedBuildService.GetMachinePoolStatistics-Methode

Ruft statistische Informationen über einen Computerpool ab.

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

Syntax

'Declaration
Public Function GetMachinePoolStatistics ( _
    requestContext As TeamFoundationRequestContext, _
    machinePool As String, _
    startTime As DateTime, _
    endTime As DateTime _
) As MachinePoolStatistics
public MachinePoolStatistics GetMachinePoolStatistics(
    TeamFoundationRequestContext requestContext,
    string machinePool,
    DateTime startTime,
    DateTime endTime
)

Parameter

Rückgabewert

Typ: Microsoft.TeamFoundation.Build.Hosted.Server.MachinePoolStatistics
Statistikobjekt.Zurückgekehrt, auch wenn keine Datensätze gefunden werden.

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationHostedBuildService Klasse

Microsoft.TeamFoundation.Build.Hosted.Server-Namespace