AdministrationWebService4.QueryBuildControllers-Methode

Abfragen für einen Satz von Buildcontroller eine Abfragespezifikation zugewiesen.Die Abfragespezifikation kann Platzhalterzeichen für beide enthalten der Controller-Name und den Computernamen.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryBuildControllers ( _
    controllerSpecs As BuildControllerSpec() _
) As StreamingCollection(Of BuildControllerQueryResult)
[WebMethodAttribute]
public StreamingCollection<BuildControllerQueryResult> QueryBuildControllers(
    BuildControllerSpec[] controllerSpecs
)

Parameter

Rückgabewert

Typ: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<BuildControllerQueryResult>
Eine Liste von Buildcontrollern, die die angegebenen Eingaben übereinstimmen.

.NET Framework-Sicherheit

Siehe auch

Referenz

AdministrationWebService4 Klasse

Microsoft.TeamFoundation.Build.Server-Namespace