public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult)
 {
     // checkpoint byps.gen.cs.GenApiClass:413
     try {
         RemoteMapTypes __byps__remoteT = (RemoteMapTypes)__byps__remote;
         BAsyncResultSendMethod <IDictionary <int, byps.test.api.prim.PrimitiveTypes> > __byps__outerResult = new BAsyncResultSendMethod <IDictionary <int, byps.test.api.prim.PrimitiveTypes> >(__byps__asyncResult, new byps.test.api.BResult_1831201218());
         __byps__remoteT.GetPrimitiveTypes1(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 {
         RemoteMapTypes __byps__remoteT = (RemoteMapTypes)__byps__remote;
         BAsyncResultSendMethod <Object> __byps__outerResult = new BAsyncResultSendMethod <Object>(__byps__asyncResult, new byps.test.api.BResult_19());
         __byps__remoteT.SetByte1(byte1Value, BAsyncResultHelper.ToDelegate(__byps__outerResult));
     } catch (Exception e) {
         __byps__asyncResult.setAsyncResult(null, e);
     }
 }
Ejemplo n.º 3
0
 public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult)
 {
     // checkpoint byps.gen.cs.GenApiClass:413
     try {
         RemoteMapTypes __byps__remoteT = (RemoteMapTypes)__byps__remote;
         BAsyncResultSendMethod <IDictionary <String, DateTime> > __byps__outerResult = new BAsyncResultSendMethod <IDictionary <String, DateTime> >(__byps__asyncResult, new byps.test.api.BResult_1366799209());
         __byps__remoteT.GetDate1(BAsyncResultHelper.ToDelegate(__byps__outerResult));
     } catch (Exception e) {
         __byps__asyncResult.setAsyncResult(null, e);
     }
 }
Ejemplo n.º 4
0
 public void setUp()
 {
     client = TestUtilsHttp.createClient(BWireFlags.GZIP);
     remote = client.RemoteMapTypes;
 }
Ejemplo n.º 5
0
 public void setUp()
 {
     client = TestUtilsHttp.createClient(BWireFlags.GZIP);
     remote = client.RemoteMapTypes;
 }