Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <WebApplication3.ServiceReference.SendTemplateResponse> SendTemplateAsync(int owner_id, int template_id, int group_id, string project_category_code, System.DateTime send_date)
 {
     WebApplication3.ServiceReference.SendTemplateRequest inValue = new WebApplication3.ServiceReference.SendTemplateRequest();
     inValue.Body                       = new WebApplication3.ServiceReference.SendTemplateRequestBody();
     inValue.Body.owner_id              = owner_id;
     inValue.Body.template_id           = template_id;
     inValue.Body.group_id              = group_id;
     inValue.Body.project_category_code = project_category_code;
     inValue.Body.send_date             = send_date;
     return(((WebApplication3.ServiceReference.SendBatchSoap)(this)).SendTemplateAsync(inValue));
 }
Ejemplo n.º 2
0
 public int SendTemplate(int owner_id, int template_id, int group_id, string project_category_code, System.DateTime send_date)
 {
     WebApplication3.ServiceReference.SendTemplateRequest inValue = new WebApplication3.ServiceReference.SendTemplateRequest();
     inValue.Body                       = new WebApplication3.ServiceReference.SendTemplateRequestBody();
     inValue.Body.owner_id              = owner_id;
     inValue.Body.template_id           = template_id;
     inValue.Body.group_id              = group_id;
     inValue.Body.project_category_code = project_category_code;
     inValue.Body.send_date             = send_date;
     WebApplication3.ServiceReference.SendTemplateResponse retVal = ((WebApplication3.ServiceReference.SendBatchSoap)(this)).SendTemplate(inValue);
     return(retVal.Body.SendTemplateResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <WebApplication3.ServiceReference.SendTemplateResponse> WebApplication3.ServiceReference.SendBatchSoap.SendTemplateAsync(WebApplication3.ServiceReference.SendTemplateRequest request)
 {
     return(base.Channel.SendTemplateAsync(request));
 }
Ejemplo n.º 4
0
 WebApplication3.ServiceReference.SendTemplateResponse WebApplication3.ServiceReference.SendBatchSoap.SendTemplate(WebApplication3.ServiceReference.SendTemplateRequest request)
 {
     return(base.Channel.SendTemplate(request));
 }