This documentation is archived and is not being maintained.
IBuildServer::QueryBuildControllersByUri Method (array<Uri>, Boolean)
Visual Studio 2013
Gets the build controllers that match the specified URIs.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
array<IBuildController^>^ QueryBuildControllersByUri( array<Uri^>^ buildControllerUris, bool includeAgents )
Parameters
- buildControllerUris
- Type: array<System::Uri>
The URIs of the build controllers.
- includeAgents
- Type: System::Boolean
True to include build agents; otherwise, false.
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client::IBuildController>The build controllers with the specified URIs.
- 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.
Show: