Exemple #1
0
 public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult)
 {
     // checkpoint byps.gen.cs.GenApiClass:406
     try {
         IXServerEvents __byps__remoteT = (IXServerEvents)__byps__remote;
         BAsyncResultSendMethod <bool> __byps__outerResult = new BAsyncResultSendMethod <bool>(__byps__asyncResult, new BResult_1());
         __byps__remoteT.hasMethod(ecValue, methodNameValue, BAsyncResultHelper.ToDelegate(__byps__outerResult));
     } catch (Exception e) {
         __byps__asyncResult.setAsyncResult(false, e);
     }
 }