public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult) { // checkpoint byps.gen.cs.GenApiClass:413 try { ServerIF __byps__remoteT = (ServerIF)__byps__remote; BAsyncResultSendMethod <ClientIF> __byps__outerResult = new BAsyncResultSendMethod <ClientIF>(__byps__asyncResult, new byps.test.api.BResult_955752991()); __byps__remoteT.GetPartner(BAsyncResultHelper.ToDelegate(__byps__outerResult)); } catch (Exception e) { __byps__asyncResult.setAsyncResult(null, e); } }
public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult) { // checkpoint byps.gen.cs.GenApiClass:413 try { ServerIF __byps__remoteT = (ServerIF)__byps__remote; BAsyncResultSendMethod <IList <System.IO.Stream> > __byps__outerResult = new BAsyncResultSendMethod <IList <System.IO.Stream> >(__byps__asyncResult, new byps.test.api.BResult_1218831438()); __byps__remoteT.GetStreamsFromClient(materializeOnServerValue, BAsyncResultHelper.ToDelegate(__byps__outerResult)); } catch (Exception e) { __byps__asyncResult.setAsyncResult(null, e); } }
public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult) { // checkpoint byps.gen.cs.GenApiClass:413 try { ServerIF __byps__remoteT = (ServerIF)__byps__remote; BAsyncResultSendMethod <int> __byps__outerResult = new BAsyncResultSendMethod <int>(__byps__asyncResult, new byps.test.api.BResult_5()); __byps__remoteT.CallClientIncrementInt(vValue, BAsyncResultHelper.ToDelegate(__byps__outerResult)); } catch (Exception e) { __byps__asyncResult.setAsyncResult(0, e); } }
public void setUp() { client = TestUtilsHttp.createClient(); remote = client.ServerIF; }