public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult)
 {
     // checkpoint byps.gen.cs.GenApiClass:413
     try {
         RemoteEnums __byps__remoteT = (RemoteEnums)__byps__remote;
         BAsyncResultSendMethod <Object> __byps__outerResult = new BAsyncResultSendMethod <Object>(__byps__asyncResult, new byps.test.api.BResult_19());
         __byps__remoteT.SetPlanet(planetValue, BAsyncResultHelper.ToDelegate(__byps__outerResult));
     } catch (Exception e) {
         __byps__asyncResult.setAsyncResult(null, e);
     }
 }
Example #2
0
 public void setUp()
 {
     client = TestUtilsHttp.createClient(BWireFlags.GZIP);
     remote = client.RemoteEnums;
 }
Example #3
0
 public void setUp()
 {
     client = TestUtilsHttp.createClient(BWireFlags.GZIP);
     remote = client.RemoteEnums;
 }