Esempio n. 1
0
 public SilverlightClient.ExolutioService.HelloWorldResponse EndHelloWorld(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     SilverlightClient.ExolutioService.HelloWorldResponse _result = ((SilverlightClient.ExolutioService.HelloWorldResponse)(base.EndInvoke("HelloWorld", _args, result)));
     return(_result);
 }
Esempio n. 2
0
 private string EndHelloWorld(System.IAsyncResult result)
 {
     SilverlightClient.ExolutioService.HelloWorldResponse retVal = ((SilverlightClient.ExolutioService.ProjectFilesServiceSoap)(this)).EndHelloWorld(result);
     return(retVal.Body.HelloWorldResult);
 }