Exemplo n.º 1
0
 private object[] OnEndExecuteService(System.IAsyncResult result)
 {
     Async_Client.ServiceReference1.Employee retVal = this.EndExecuteService(result);
     return(new object[] {
         retVal
     });
 }
Exemplo n.º 2
0
 public ExecuteServiceResponseBody(Async_Client.ServiceReference1.Employee ExecuteServiceResult)
 {
     this.ExecuteServiceResult = ExecuteServiceResult;
 }