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