Beispiel #1
0
 public object EndInvoke(IService service, IAsyncResult asyncResult)
 {
     return(_handler.EndInvoke(service, asyncResult));
 }