예제 #1
0
 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));
 }
예제 #2
0
 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);
 }
예제 #3
0
 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));
 }