예제 #1
0
 public bool ProblemOnchangeMethod(ASDK.Common.Entities.ProblemDescription item, string method)
 {
     return(Task.Run(async() => { return await SendMessage(item, method); }).Result);
 }
예제 #2
0
 public bool ProblemOnchange(ASDK.Common.Entities.ProblemDescription item)
 {
     return(Task.Run(async() => { return await SendMessage(item, "ProblemOnchange"); }).Result);
 }