예제 #1
0
 public System.Threading.Tasks.Task <RielAp.Advertising.TurboSMSService.GetMessageStatusResponse> GetMessageStatusAsync(string MessageId)
 {
     RielAp.Advertising.TurboSMSService.GetMessageStatusRequest inValue = new RielAp.Advertising.TurboSMSService.GetMessageStatusRequest();
     inValue.Body           = new RielAp.Advertising.TurboSMSService.GetMessageStatusRequestBody();
     inValue.Body.MessageId = MessageId;
     return(((RielAp.Advertising.TurboSMSService.ServiceSoap)(this)).GetMessageStatusAsync(inValue));
 }
예제 #2
0
 public string GetMessageStatus(string MessageId)
 {
     RielAp.Advertising.TurboSMSService.GetMessageStatusRequest inValue = new RielAp.Advertising.TurboSMSService.GetMessageStatusRequest();
     inValue.Body           = new RielAp.Advertising.TurboSMSService.GetMessageStatusRequestBody();
     inValue.Body.MessageId = MessageId;
     RielAp.Advertising.TurboSMSService.GetMessageStatusResponse retVal = ((RielAp.Advertising.TurboSMSService.ServiceSoap)(this)).GetMessageStatus(inValue);
     return(retVal.Body.GetMessageStatusResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <RielAp.Advertising.TurboSMSService.GetMessageStatusResponse> RielAp.Advertising.TurboSMSService.ServiceSoap.GetMessageStatusAsync(RielAp.Advertising.TurboSMSService.GetMessageStatusRequest request)
 {
     return(base.Channel.GetMessageStatusAsync(request));
 }
예제 #4
0
 RielAp.Advertising.TurboSMSService.GetMessageStatusResponse RielAp.Advertising.TurboSMSService.ServiceSoap.GetMessageStatus(RielAp.Advertising.TurboSMSService.GetMessageStatusRequest request)
 {
     return(base.Channel.GetMessageStatus(request));
 }