Exemplo n.º 1
0
 public System.Threading.Tasks.Task <MailingReporting.getClickCountByUrlResponse> getClickCountByUrlAsync(string in0, long in1, string[] in2, bool in3)
 {
     MailingReporting.getClickCountByUrlRequest inValue = new MailingReporting.getClickCountByUrlRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     inValue.in3 = in3;
     return(((MailingReporting.MailingReportingWebservice)(this)).getClickCountByUrlAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <MailingReporting.getClickCountByUrlResponse> MailingReporting.MailingReportingWebservice.getClickCountByUrlAsync(MailingReporting.getClickCountByUrlRequest request)
 {
     return(base.Channel.getClickCountByUrlAsync(request));
 }