示例#1
0
 public System.Threading.Tasks.Task <ConsoleApplication16.servico.EnviarLoteEventosResponse> EnviarLoteEventosAsync(System.Xml.Linq.XElement loteEventos)
 {
     ConsoleApplication16.servico.EnviarLoteEventosRequest inValue = new ConsoleApplication16.servico.EnviarLoteEventosRequest();
     inValue.Body             = new ConsoleApplication16.servico.EnviarLoteEventosRequestBody();
     inValue.Body.loteEventos = loteEventos;
     return(((ConsoleApplication16.servico.ServicoEnviarLoteEventos)(this)).EnviarLoteEventosAsync(inValue));
 }
示例#2
0
 public System.Xml.Linq.XElement EnviarLoteEventos(System.Xml.Linq.XElement loteEventos)
 {
     ConsoleApplication16.servico.EnviarLoteEventosRequest inValue = new ConsoleApplication16.servico.EnviarLoteEventosRequest();
     inValue.Body             = new ConsoleApplication16.servico.EnviarLoteEventosRequestBody();
     inValue.Body.loteEventos = loteEventos;
     ConsoleApplication16.servico.EnviarLoteEventosResponse retVal = ((ConsoleApplication16.servico.ServicoEnviarLoteEventos)(this)).EnviarLoteEventos(inValue);
     return(retVal.Body.EnviarLoteEventosResult);
 }
示例#3
0
 System.Threading.Tasks.Task <ConsoleApplication16.servico.EnviarLoteEventosResponse> ConsoleApplication16.servico.ServicoEnviarLoteEventos.EnviarLoteEventosAsync(ConsoleApplication16.servico.EnviarLoteEventosRequest request)
 {
     return(base.Channel.EnviarLoteEventosAsync(request));
 }
示例#4
0
 ConsoleApplication16.servico.EnviarLoteEventosResponse ConsoleApplication16.servico.ServicoEnviarLoteEventos.EnviarLoteEventos(ConsoleApplication16.servico.EnviarLoteEventosRequest request)
 {
     return(base.Channel.EnviarLoteEventos(request));
 }