Exemplo n.º 1
0
 public System.Threading.Tasks.Task <AdpSmsService.sendMultipleResponse> sendMultipleAsync(string userName, string password, string shortNumber, string sourcePort, string destPort, short messageType, bool longSupported, AdpSmsService.MultiAddressMessageObject[] messages)
 {
     AdpSmsService.sendMultipleRequest inValue = new AdpSmsService.sendMultipleRequest();
     inValue.userName      = userName;
     inValue.password      = password;
     inValue.shortNumber   = shortNumber;
     inValue.sourcePort    = sourcePort;
     inValue.destPort      = destPort;
     inValue.messageType   = messageType;
     inValue.longSupported = longSupported;
     inValue.messages      = messages;
     return(((AdpSmsService.JaxRpcMessagingService)(this)).sendMultipleAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <AdpSmsService.sendMultipleResponse> AdpSmsService.JaxRpcMessagingService.sendMultipleAsync(AdpSmsService.sendMultipleRequest request)
 {
     return(base.Channel.sendMultipleAsync(request));
 }