Ejemplo n.º 1
0
 initiateCallbackEx(ICallbackReceiverPrx proxy, Ice.Current current)
 {
     try
     {
         proxy.callbackEx(current.Context);
     }
     catch (Ice.RemoteException ex)
     {
         ex.ConvertToUnhandled = false;
         throw;
     }
 }
Ejemplo n.º 2
0
 initiateCallbackEx(ICallbackReceiverPrx proxy, Ice.Current current) => proxy.callbackEx(current.Context);