예제 #1
0
 //-----------------------------------------------------------------
 // Runner Auth Url
 //-----------------------------------------------------------------
 public Task <string> GetRunnerAuthUrlAsync(int runnerPoolId, int runnerId)
 {
     CheckConnection(RunnerConnectionType.MessageQueue);
     return(_messageTaskAgentClient.GetAgentAuthUrlAsync(runnerPoolId, runnerId));
 }