예제 #1
0
 public Task DeleteAgentAsync(int agentPoolId, int agentId)
 {
     CheckConnection();
     return(_taskAgentClient.DeleteAgentAsync(agentPoolId, agentId));
 }
예제 #2
0
 public Task DeleteAgentAsync(int agentPoolId, int agentId)
 {
     CheckConnection(RunnerConnectionType.Generic);
     return(_genericTaskAgentClient.DeleteAgentAsync(agentPoolId, agentId));
 }