Example #1
0
 public System.Threading.Tasks.Task <ServiceControlUi.SMS_API.SendSMSResponse> SendSMSAsync(ServiceControlUi.SMS_API.SendSMSClass myClass)
 {
     ServiceControlUi.SMS_API.SendSMSRequest inValue = new ServiceControlUi.SMS_API.SendSMSRequest();
     inValue.Body         = new ServiceControlUi.SMS_API.SendSMSRequestBody();
     inValue.Body.myClass = myClass;
     return(((ServiceControlUi.SMS_API.EricWebServicesSoap)(this)).SendSMSAsync(inValue));
 }
Example #2
0
 public string SendSMS(ServiceControlUi.SMS_API.SendSMSClass myClass)
 {
     ServiceControlUi.SMS_API.SendSMSRequest inValue = new ServiceControlUi.SMS_API.SendSMSRequest();
     inValue.Body         = new ServiceControlUi.SMS_API.SendSMSRequestBody();
     inValue.Body.myClass = myClass;
     ServiceControlUi.SMS_API.SendSMSResponse retVal = ((ServiceControlUi.SMS_API.EricWebServicesSoap)(this)).SendSMS(inValue);
     return(retVal.Body.SendSMSResult);
 }
Example #3
0
 System.Threading.Tasks.Task <ServiceControlUi.SMS_API.SendSMSResponse> ServiceControlUi.SMS_API.EricWebServicesSoap.SendSMSAsync(ServiceControlUi.SMS_API.SendSMSRequest request)
 {
     return(base.Channel.SendSMSAsync(request));
 }
Example #4
0
 ServiceControlUi.SMS_API.SendSMSResponse ServiceControlUi.SMS_API.EricWebServicesSoap.SendSMS(ServiceControlUi.SMS_API.SendSMSRequest request)
 {
     return(base.Channel.SendSMS(request));
 }