public System.Threading.Tasks.Task <SOAPCorreios.Correio.buscaEventosResponse> buscaEventosAsync(string usuario, string senha, string tipo, string resultado, string lingua, string objetos) { SOAPCorreios.Correio.buscaEventosRequest inValue = new SOAPCorreios.Correio.buscaEventosRequest(); inValue.usuario = usuario; inValue.senha = senha; inValue.tipo = tipo; inValue.resultado = resultado; inValue.lingua = lingua; inValue.objetos = objetos; return(((SOAPCorreios.Correio.Service)(this)).buscaEventosAsync(inValue)); }
public SOAPCorreios.Correio.sroxml buscaEventos(string usuario, string senha, string tipo, string resultado, string lingua, string objetos) { SOAPCorreios.Correio.buscaEventosRequest inValue = new SOAPCorreios.Correio.buscaEventosRequest(); inValue.usuario = usuario; inValue.senha = senha; inValue.tipo = tipo; inValue.resultado = resultado; inValue.lingua = lingua; inValue.objetos = objetos; SOAPCorreios.Correio.buscaEventosResponse retVal = ((SOAPCorreios.Correio.Service)(this)).buscaEventos(inValue); return(retVal.@return); }
System.Threading.Tasks.Task <SOAPCorreios.Correio.buscaEventosResponse> SOAPCorreios.Correio.Service.buscaEventosAsync(SOAPCorreios.Correio.buscaEventosRequest request) { return(base.Channel.buscaEventosAsync(request)); }
SOAPCorreios.Correio.buscaEventosResponse SOAPCorreios.Correio.Service.buscaEventos(SOAPCorreios.Correio.buscaEventosRequest request) { return(base.Channel.buscaEventos(request)); }