示例#1
0
 public RielAp.Advertising.TurboSMSService.ArrayOfString GetNewMessages()
 {
     RielAp.Advertising.TurboSMSService.GetNewMessagesRequest inValue = new RielAp.Advertising.TurboSMSService.GetNewMessagesRequest();
     inValue.Body = new RielAp.Advertising.TurboSMSService.GetNewMessagesRequestBody();
     RielAp.Advertising.TurboSMSService.GetNewMessagesResponse retVal = ((RielAp.Advertising.TurboSMSService.ServiceSoap)(this)).GetNewMessages(inValue);
     return(retVal.Body.GetNewMessagesResult);
 }
示例#2
0
 public System.Threading.Tasks.Task <RielAp.Advertising.TurboSMSService.GetNewMessagesResponse> GetNewMessagesAsync()
 {
     RielAp.Advertising.TurboSMSService.GetNewMessagesRequest inValue = new RielAp.Advertising.TurboSMSService.GetNewMessagesRequest();
     inValue.Body = new RielAp.Advertising.TurboSMSService.GetNewMessagesRequestBody();
     return(((RielAp.Advertising.TurboSMSService.ServiceSoap)(this)).GetNewMessagesAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <RielAp.Advertising.TurboSMSService.GetNewMessagesResponse> RielAp.Advertising.TurboSMSService.ServiceSoap.GetNewMessagesAsync(RielAp.Advertising.TurboSMSService.GetNewMessagesRequest request)
 {
     return(base.Channel.GetNewMessagesAsync(request));
 }
示例#4
0
 RielAp.Advertising.TurboSMSService.GetNewMessagesResponse RielAp.Advertising.TurboSMSService.ServiceSoap.GetNewMessages(RielAp.Advertising.TurboSMSService.GetNewMessagesRequest request)
 {
     return(base.Channel.GetNewMessages(request));
 }