示例#1
0
 public System.Threading.Tasks.Task <ViHISSrv.Services.SMS_VNP.SendSMSBrandNameWithScheduleResponse> SendSMSBrandNameWithScheduleAsync(string username, string password, string phone, string message, string schedule)
 {
     ViHISSrv.Services.SMS_VNP.SendSMSBrandNameWithScheduleRequest inValue = new ViHISSrv.Services.SMS_VNP.SendSMSBrandNameWithScheduleRequest();
     inValue.Body          = new ViHISSrv.Services.SMS_VNP.SendSMSBrandNameWithScheduleRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     inValue.Body.phone    = phone;
     inValue.Body.message  = message;
     inValue.Body.schedule = schedule;
     return(((ViHISSrv.Services.SMS_VNP.SMS_VNPSoap)(this)).SendSMSBrandNameWithScheduleAsync(inValue));
 }
示例#2
0
 public int SendSMSBrandNameWithSchedule(string username, string password, string phone, string message, string schedule)
 {
     ViHISSrv.Services.SMS_VNP.SendSMSBrandNameWithScheduleRequest inValue = new ViHISSrv.Services.SMS_VNP.SendSMSBrandNameWithScheduleRequest();
     inValue.Body          = new ViHISSrv.Services.SMS_VNP.SendSMSBrandNameWithScheduleRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     inValue.Body.phone    = phone;
     inValue.Body.message  = message;
     inValue.Body.schedule = schedule;
     ViHISSrv.Services.SMS_VNP.SendSMSBrandNameWithScheduleResponse retVal = ((ViHISSrv.Services.SMS_VNP.SMS_VNPSoap)(this)).SendSMSBrandNameWithSchedule(inValue);
     return(retVal.Body.SendSMSBrandNameWithScheduleResult);
 }
示例#3
0
 System.Threading.Tasks.Task <ViHISSrv.Services.SMS_VNP.SendSMSBrandNameWithScheduleResponse> ViHISSrv.Services.SMS_VNP.SMS_VNPSoap.SendSMSBrandNameWithScheduleAsync(ViHISSrv.Services.SMS_VNP.SendSMSBrandNameWithScheduleRequest request)
 {
     return(base.Channel.SendSMSBrandNameWithScheduleAsync(request));
 }
示例#4
0
 ViHISSrv.Services.SMS_VNP.SendSMSBrandNameWithScheduleResponse ViHISSrv.Services.SMS_VNP.SMS_VNPSoap.SendSMSBrandNameWithSchedule(ViHISSrv.Services.SMS_VNP.SendSMSBrandNameWithScheduleRequest request)
 {
     return(base.Channel.SendSMSBrandNameWithSchedule(request));
 }