摘要:
由于server中名称可能相同,所以用数组存放public static Dictionary ListServices_RESTAadmin(string restAdmin, string userName, string password, string folder) { string[] serverlist = new string[1]; Dictionary pServiceType = new Dictionary(); try { string token = GenerateAGSToken_RESTAdmin(restAdmin, userName, password)
阅读全文