BuildService.QueryBuildQueueById-Methode

Fragt die in der Warteschlange stehenden Builds nach ID abDie Ausgabeliste ist die gleiche Größe wie die Eingabeliste, die NULL Indizes entsprechend nicht vorhandenen Einträge verfügt.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryBuildQueueById ( _
    ids As Integer(), _
    options As QueryOptions2010 _
) As BuildQueueQueryResult2008
[WebMethodAttribute]
public BuildQueueQueryResult2008 QueryBuildQueueById(
    int[] ids,
    QueryOptions2010 options
)

Parameter

  • ids
    Typ: array<System.Int32[]
    Die ID, die abgefragt werden soll.

Rückgabewert

Typ: Microsoft.TeamFoundation.Build.Server.Compatibility.BuildQueueQueryResult2008
Eine Liste von [QueuedBuild]-Objekten.

.NET Framework-Sicherheit

Siehe auch

Referenz

BuildService Klasse

Microsoft.TeamFoundation.Build.Server.Compatibility-Namespace