コード例 #1
0
 public int GetJobState(string username, string password, string taskId, int jobId)
 {
     return(CrossPlatformHelper.GetJobState(Manager, new SecurityCredentials(username, password), taskId, jobId));
 }