Ejemplo n.º 1
0
 public System.IAsyncResult BeginHelloWorld(SilverlightClient.ExolutioService.HelloWorldRequest request, System.AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     System.IAsyncResult _result = base.BeginInvoke("HelloWorld", _args, callback, asyncState);
     return(_result);
 }
Ejemplo n.º 2
0
 private System.IAsyncResult BeginHelloWorld(System.AsyncCallback callback, object asyncState)
 {
     SilverlightClient.ExolutioService.HelloWorldRequest inValue = new SilverlightClient.ExolutioService.HelloWorldRequest();
     inValue.Body = new SilverlightClient.ExolutioService.HelloWorldRequestBody();
     return(((SilverlightClient.ExolutioService.ProjectFilesServiceSoap)(this)).BeginHelloWorld(inValue, callback, asyncState));
 }
Ejemplo n.º 3
0
 System.IAsyncResult SilverlightClient.ExolutioService.ProjectFilesServiceSoap.BeginHelloWorld(SilverlightClient.ExolutioService.HelloWorldRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginHelloWorld(request, callback, asyncState));
 }