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 <IList <FileInfo> > __byps__outerResult = new BAsyncResultSendMethod <IList <FileInfo> >(__byps__asyncResult, new BResult_1439246415()); __byps__remoteT.FindFiles(pathValue, findOptionsValue, BAsyncResultHelper.ToDelegate(__byps__outerResult)); } catch (Exception e) { __byps__asyncResult.setAsyncResult(null, e); } }