private System.IAsyncResult BegincadastraFoto(byte[] foto, System.AsyncCallback callback, object asyncState) { Azuli.Acess.Control.ServiceReference1.cadastraFotoRequest inValue = new Azuli.Acess.Control.ServiceReference1.cadastraFotoRequest(); inValue.Body = new Azuli.Acess.Control.ServiceReference1.cadastraFotoRequestBody(); inValue.Body.foto = foto; return(((Azuli.Acess.Control.ServiceReference1.WebServiceAzuliSoap)(this)).BegincadastraFoto(inValue, callback, asyncState)); }
public System.IAsyncResult BegincadastraFoto(Azuli.Acess.Control.ServiceReference1.cadastraFotoRequest request, System.AsyncCallback callback, object asyncState) { object[] _args = new object[1]; _args[0] = request; System.IAsyncResult _result = base.BeginInvoke("cadastraFoto", _args, callback, asyncState); return(_result); }
System.IAsyncResult Azuli.Acess.Control.ServiceReference1.WebServiceAzuliSoap.BegincadastraFoto(Azuli.Acess.Control.ServiceReference1.cadastraFotoRequest request, System.AsyncCallback callback, object asyncState) { return(base.Channel.BegincadastraFoto(request, callback, asyncState)); }