This documentation is archived and is not being maintained.
IBuildServer::QueryBuildAgents Method (IBuildAgentSpec)
Visual Studio 2013
Gets a single build agent query result for a specified build agent specification.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- buildAgentSpec
- Type: Microsoft.TeamFoundation.Build.Client::IBuildAgentSpec
The build agent specification.
Return Value
Type: Microsoft.TeamFoundation.Build.Client::IBuildAgentQueryResultThe build agent query result for the specified specification.
- 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: