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