コード例 #1
0
 public Task DeleteDeploymentTargetAsync(string projectName, int deploymentGroupId, int machineId)
 {
     CheckConnection();
     return(_taskAgentClient.DeleteDeploymentTargetAsync(projectName, deploymentGroupId, machineId));
 }