Exemplo n.º 1
0
 public System.Threading.Tasks.Task <AdpSmsService.statusReportResponse> statusReportAsync(string userName, string password, string shortNumber, string type, long[] ids, string[] clientIds)
 {
     AdpSmsService.statusReportRequest inValue = new AdpSmsService.statusReportRequest();
     inValue.userName    = userName;
     inValue.password    = password;
     inValue.shortNumber = shortNumber;
     inValue.type        = type;
     inValue.ids         = ids;
     inValue.clientIds   = clientIds;
     return(((AdpSmsService.JaxRpcMessagingService)(this)).statusReportAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <AdpSmsService.statusReportResponse> AdpSmsService.JaxRpcMessagingService.statusReportAsync(AdpSmsService.statusReportRequest request)
 {
     return(base.Channel.statusReportAsync(request));
 }