This documentation is archived and is not being maintained.

IBuildServer::DeleteBuildAgents Method (array<IBuildAgent>)

Deletes build agents from the server.

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

void DeleteBuildAgents(
	array<IBuildAgent^>^ agents
)

Parameters

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

The agents to be deleted.

Show: