Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Function DeleteBuildAgent ( _
agent As IBuildAgent _
) As Boolean
bool DeleteBuildAgent(
IBuildAgent agent
)
bool DeleteBuildAgent(
IBuildAgent^ agent
)
abstract DeleteBuildAgent :
agent:IBuildAgent -> bool
function DeleteBuildAgent(
agent : IBuildAgent
) : boolean
Parameters
agent
Type: Microsoft.TeamFoundation.Build.Client.IBuildAgentThe build agent to delete.
Return Value
Type: System.Boolean
True if the build agent was successfully deleted; otherwise, false.
.NET Framework Security
- 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.