This documentation is archived and is not being maintained.

IBuildServer::QueryBuildAgentsByUri Method (array<Uri>)

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)

array<IBuildAgent^>^ QueryBuildAgentsByUri(
	array<Uri^>^ buildAgentUris
)

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.

Show: