This documentation is archived and is not being maintained.

IBuildServer::GetBuildAgent Method (Uri)

Gets a single build agent.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

IBuildAgent^ GetBuildAgent(
	Uri^ buildAgentUri
)

Parameters

buildAgentUri
Type: System::Uri

The URI of the build agent.

Return Value

Type: Microsoft.TeamFoundation.Build.Client::IBuildAgent
Returns the build agent with the given URI.

Show: