This documentation is archived and is not being maintained.
IBuildServiceHost::DeleteBuildAgent Method
Visual Studio 2013
Deletes the specified build agent from this service host.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- agent
- Type: Microsoft.TeamFoundation.Build.Client::IBuildAgent
The build agent to delete.
Return Value
Type: System::BooleanTrue if the build agent was successfully deleted; otherwise, false.
- 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: