Exemplo n.º 1
0
 public Task DeleteAgentAsync(int agentPoolId, int agentId)
 {
     CheckConnection();
     return(_taskAgentClient.DeleteAgentAsync(agentPoolId, agentId));
 }
Exemplo n.º 2
0
 public Task DeleteAgentAsync(int agentPoolId, int agentId)
 {
     CheckConnection(RunnerConnectionType.Generic);
     return(_genericTaskAgentClient.DeleteAgentAsync(agentPoolId, agentId));
 }