コード例 #1
0
 override protected Ice.AsyncCallback getCompletedCallback()
 {
     return((Ice.AsyncResult result) =>
     {
         try
         {
             IceInternal.OutgoingAsync outAsync__ = (IceInternal.OutgoingAsync)result;
             ((Ice.ObjectPrxHelperBase)(outAsync__.getProxy())).end__(outAsync__, outAsync__.getOperation());
         }
         catch (Ice.Exception ex__)
         {
             if (exceptionCallback_ != null)
             {
                 exceptionCallback_(ex__);
             }
             return;
         }
         _completed(responseCallback_);
     });
 }