public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult) { // checkpoint byps.gen.cs.GenApiClass:413 try { RemoteWithAuthentication __byps__remoteT = (RemoteWithAuthentication)__byps__remote; BAsyncResultSendMethod <Object> __byps__outerResult = new BAsyncResultSendMethod <Object>(__byps__asyncResult, new byps.test.api.BResult_19()); __byps__remoteT.SetReloginCount(countValue, 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 { RemoteWithAuthentication __byps__remoteT = (RemoteWithAuthentication)__byps__remote; BAsyncResultSendMethod <byps.test.api.auth.SessionInfo> __byps__outerResult = new BAsyncResultSendMethod <byps.test.api.auth.SessionInfo>(__byps__asyncResult, new byps.test.api.BResult_65775978()); __byps__remoteT.Login(sessValue, userNameValue, userPwdValue, BAsyncResultHelper.ToDelegate(__byps__outerResult)); } catch (Exception e) { __byps__asyncResult.setAsyncResult(null, e); } }