This documentation is archived and is not being maintained.
IBuildServer::QueryBuildAgentsByUri Method (array<Uri>)
Visual Studio 2013
Gets the build agents that match the specified URIs.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- buildAgentUris
- Type: array<System::Uri>
The URIs of the build agents.
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client::IBuildAgent>The build agents 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: