Ejemplo n.º 1
0
 public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult)
 {
     // checkpoint byps.gen.cs.GenApiClass:406
     try {
         FileSystemService            __byps__remoteT     = (FileSystemService)__byps__remote;
         BAsyncResultSendMethod <int> __byps__outerResult = new BAsyncResultSendMethod <int>(__byps__asyncResult, new BResult_5());
         __byps__remoteT.BeginWatchFolder(dirValue, recursiveValue, extraInfoValue, BAsyncResultHelper.ToDelegate(__byps__outerResult));
     } catch (Exception e) {
         __byps__asyncResult.setAsyncResult(0, e);
     }
 }