コード例 #1
0
 public bool CancelJob(string JobID)
 {
     return(rs.CancelJob(JobID));
 }