public Task DeleteAgentAsync(int agentPoolId, int agentId) { CheckConnection(); return(_taskAgentClient.DeleteAgentAsync(agentPoolId, agentId)); }
public Task DeleteAgentAsync(int agentPoolId, int agentId) { CheckConnection(RunnerConnectionType.Generic); return(_genericTaskAgentClient.DeleteAgentAsync(agentPoolId, agentId)); }