コード例 #1
0
 public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult)
 {
     // checkpoint byps.gen.cs.GenApiClass:406
     try {
         MyELOService __byps__remoteT = (MyELOService)__byps__remote;
         BAsyncResultSendMethod <EloixClient.IndexServer.myelo.MyELOState> __byps__outerResult = new BAsyncResultSendMethod <EloixClient.IndexServer.myelo.MyELOState>(__byps__asyncResult, new EloixClient.IndexServer.BResult_1426941339());
         __byps__remoteT.checkState(ciValue, userGuidOrIDValue, sinceDateIsoValue, 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:406
     try {
         MyELOService __byps__remoteT = (MyELOService)__byps__remote;
         BAsyncResultSendMethod <EloixClient.IndexServer.myelo.MyELOContent> __byps__outerResult = new BAsyncResultSendMethod <EloixClient.IndexServer.myelo.MyELOContent>(__byps__asyncResult, new EloixClient.IndexServer.BResult_1585309177());
         __byps__remoteT.readContent(ciValue, stateValue, infoValue, BAsyncResultHelper.ToDelegate(__byps__outerResult));
     } catch (Exception e) {
         __byps__asyncResult.setAsyncResult(null, e);
     }
 }