AdministrationWebService.QueryBuildControllers Method
Queries for a set of build controllers given a query specification. The query specification can include wildcard characters for both the controller name and the computer name.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryBuildControllers ( _
controllerSpecs As BuildControllerSpec2010() _
) As List(Of BuildControllerQueryResult2010)
[WebMethodAttribute]
public List<BuildControllerQueryResult2010> QueryBuildControllers(
BuildControllerSpec2010[] controllerSpecs
)
[WebMethodAttribute]
public:
List<BuildControllerQueryResult2010^>^ QueryBuildControllers(
array<BuildControllerSpec2010^>^ controllerSpecs
)
[<WebMethodAttribute>]
member QueryBuildControllers :
controllerSpecs:BuildControllerSpec2010[] -> List<BuildControllerQueryResult2010>
public function QueryBuildControllers(
controllerSpecs : BuildControllerSpec2010[]
) : List<BuildControllerQueryResult2010>
Parameters
controllerSpecs
Type: array<Microsoft.TeamFoundation.Build.Server.Compatibility.BuildControllerSpec2010[]The specifications for the query.
Return Value
Type: System.Collections.Generic.List<BuildControllerQueryResult2010>
A list of build controllers that matched the specified inputs.
.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.
See Also
Reference
AdministrationWebService Class
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace