Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <AdpSmsService.sendResponse> sendAsync(string userName, string password, string sourceNo, string[] destNo, string sourcePort, string destPort, string[] clientId, short messageType, short encoding, bool longSupported, System.DateTime dueTime, string content)
 {
     AdpSmsService.sendRequest inValue = new AdpSmsService.sendRequest();
     inValue.userName      = userName;
     inValue.password      = password;
     inValue.sourceNo      = sourceNo;
     inValue.destNo        = destNo;
     inValue.sourcePort    = sourcePort;
     inValue.destPort      = destPort;
     inValue.clientId      = clientId;
     inValue.messageType   = messageType;
     inValue.encoding      = encoding;
     inValue.longSupported = longSupported;
     inValue.dueTime       = dueTime;
     inValue.content       = content;
     return(((AdpSmsService.JaxRpcMessagingService)(this)).sendAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <AdpSmsService.sendResponse> AdpSmsService.JaxRpcMessagingService.sendAsync(AdpSmsService.sendRequest request)
 {
     return(base.Channel.sendAsync(request));
 }