public System.Threading.Tasks.Task <WebApplication3.ServiceReference.SendTemplateWithBlockResponse> SendTemplateWithBlockAsync(int owner_id, int template_id, int group_id, string project_category_code, System.DateTime send_date, int blocklist_id)
 {
     WebApplication3.ServiceReference.SendTemplateWithBlockRequest inValue = new WebApplication3.ServiceReference.SendTemplateWithBlockRequest();
     inValue.Body                       = new WebApplication3.ServiceReference.SendTemplateWithBlockRequestBody();
     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;
     inValue.Body.blocklist_id          = blocklist_id;
     return(((WebApplication3.ServiceReference.SendBatchSoap)(this)).SendTemplateWithBlockAsync(inValue));
 }
 public int SendTemplateWithBlock(int owner_id, int template_id, int group_id, string project_category_code, System.DateTime send_date, int blocklist_id)
 {
     WebApplication3.ServiceReference.SendTemplateWithBlockRequest inValue = new WebApplication3.ServiceReference.SendTemplateWithBlockRequest();
     inValue.Body                       = new WebApplication3.ServiceReference.SendTemplateWithBlockRequestBody();
     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;
     inValue.Body.blocklist_id          = blocklist_id;
     WebApplication3.ServiceReference.SendTemplateWithBlockResponse retVal = ((WebApplication3.ServiceReference.SendBatchSoap)(this)).SendTemplateWithBlock(inValue);
     return(retVal.Body.SendTemplateWithBlockResult);
 }
 System.Threading.Tasks.Task <WebApplication3.ServiceReference.SendTemplateWithBlockResponse> WebApplication3.ServiceReference.SendBatchSoap.SendTemplateWithBlockAsync(WebApplication3.ServiceReference.SendTemplateWithBlockRequest request)
 {
     return(base.Channel.SendTemplateWithBlockAsync(request));
 }
 WebApplication3.ServiceReference.SendTemplateWithBlockResponse WebApplication3.ServiceReference.SendBatchSoap.SendTemplateWithBlock(WebApplication3.ServiceReference.SendTemplateWithBlockRequest request)
 {
     return(base.Channel.SendTemplateWithBlock(request));
 }