public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult)
 {
     // checkpoint byps.gen.cs.GenApiClass:413
     try {
         RemoteStreams __byps__remoteT = (RemoteStreams)__byps__remote;
         BAsyncResultSendMethod <Object> __byps__outerResult = new BAsyncResultSendMethod <Object>(__byps__asyncResult, new byps.test.api.BResult_19());
         __byps__remoteT.SetImage(istrmValue, BAsyncResultHelper.ToDelegate(__byps__outerResult));
     } catch (Exception e) {
         __byps__asyncResult.setAsyncResult(null, e);
     }
 }
Example #2
0
 public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult)
 {
     // checkpoint byps.gen.cs.GenApiClass:413
     try {
         RemoteStreams __byps__remoteT = (RemoteStreams)__byps__remote;
         BAsyncResultSendMethod <System.IO.Stream> __byps__outerResult = new BAsyncResultSendMethod <System.IO.Stream>(__byps__asyncResult, new byps.test.api.BResult_15());
         __byps__remoteT.GetVideoCheckSupportByteRange(BAsyncResultHelper.ToDelegate(__byps__outerResult));
     } catch (Exception e) {
         __byps__asyncResult.setAsyncResult(null, e);
     }
 }
Example #3
0
 public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult)
 {
     // checkpoint byps.gen.cs.GenApiClass:413
     try {
         RemoteStreams __byps__remoteT = (RemoteStreams)__byps__remote;
         BAsyncResultSendMethod <Dictionary <int, System.IO.Stream> > __byps__outerResult = new BAsyncResultSendMethod <Dictionary <int, System.IO.Stream> >(__byps__asyncResult, new byps.test.api.BResult_476459792());
         __byps__remoteT.GetImages(BAsyncResultHelper.ToDelegate(__byps__outerResult));
     } catch (Exception e) {
         __byps__asyncResult.setAsyncResult(null, e);
     }
 }
Example #4
0
 public void setUp()
 {
     client = TestUtilsHttp.createClient();
     remote = client.RemoteStreams;
 }
Example #5
0
 public void setUp()
 {
     client = TestUtilsHttp.createClient();
     remote = client.RemoteStreams;
 }