public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult)
 {
     // checkpoint byps.gen.cs.GenApiClass:413
     try {
         RemoteInlineInstance __byps__remoteT = (RemoteInlineInstance)__byps__remote;
         BAsyncResultSendMethod <byps.test.api.inl.Actor> __byps__outerResult = new BAsyncResultSendMethod <byps.test.api.inl.Actor>(__byps__asyncResult, new byps.test.api.BResult_171948703());
         __byps__remoteT.GetActor(BAsyncResultHelper.ToDelegate(__byps__outerResult));
     } catch (Exception e) {
         __byps__asyncResult.setAsyncResult(null, e);
     }
 }
Пример #2
0
 public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult)
 {
     // checkpoint byps.gen.cs.GenApiClass:413
     try {
         RemoteInlineInstance            __byps__remoteT     = (RemoteInlineInstance)__byps__remote;
         BAsyncResultSendMethod <Object> __byps__outerResult = new BAsyncResultSendMethod <Object>(__byps__asyncResult, new byps.test.api.BResult_19());
         __byps__remoteT.SetPoint2DArray4dim(pointArrayValue, BAsyncResultHelper.ToDelegate(__byps__outerResult));
     } catch (Exception e) {
         __byps__asyncResult.setAsyncResult(null, e);
     }
 }
Пример #3
0
 public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult)
 {
     // checkpoint byps.gen.cs.GenApiClass:413
     try {
         RemoteInlineInstance __byps__remoteT = (RemoteInlineInstance)__byps__remote;
         BAsyncResultSendMethod <IDictionary <int, byps.test.api.inl.Point2D> > __byps__outerResult = new BAsyncResultSendMethod <IDictionary <int, byps.test.api.inl.Point2D> >(__byps__asyncResult, new byps.test.api.BResult_1358523233());
         __byps__remoteT.GetPoint2DMap(BAsyncResultHelper.ToDelegate(__byps__outerResult));
     } catch (Exception e) {
         __byps__asyncResult.setAsyncResult(null, e);
     }
 }