This documentation is archived and is not being maintained.

IBuildServer::SaveBuildAgents Method

Saves any changes that were made to the build agents to the server.

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

array<IBuildAgent^>^ SaveBuildAgents(
	array<IBuildAgent^>^ agents
)

Parameters

agents
Type: array<Microsoft.TeamFoundation.Build.Client::IBuildAgent>

The agents to save.

Return Value

Type: array<Microsoft.TeamFoundation.Build.Client::IBuildAgent>
The saved build agents.

Show: