Example #1
0
        // checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task <IList <int[]> > GetInt2Async()
        {
            BRequest_RemoteListTypes_getInt2 req  = new BRequest_RemoteListTypes_getInt2();
            Task <IList <int[]> >            task = Task <IList <int[]> > .Factory.FromAsync(transport.BeginSend <IList <int[]> >, transport.EndSend <IList <int[]> >, req, null);

            return(await task);
        }
Example #2
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BRequest_RemoteListTypes_getInt2 obj = (BRequest_RemoteListTypes_getInt2)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_RemoteListTypes_getInt2()));

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<IList<int[]>> GetInt2Async(){
			BRequest_RemoteListTypes_getInt2 req = new BRequest_RemoteListTypes_getInt2();			
			Task<IList<int[]>> task = Task<IList<int[]>>.Factory.FromAsync(transport.BeginSend<IList<int[]>>, transport.EndSend<IList<int[]>>, req, null);
			return await task;
		}
Example #4
0
        public virtual void GetInt2(BAsyncResult <IList <int[]> > asyncResult)
        {
            BRequest_RemoteListTypes_getInt2 req = new BRequest_RemoteListTypes_getInt2();

            transport.sendMethod(req, asyncResult);
        }
		public virtual void GetInt2(BAsyncResult<IList<int[]>> asyncResult) {
			BRequest_RemoteListTypes_getInt2 req = new BRequest_RemoteListTypes_getInt2();			
			transport.sendMethod(req, asyncResult);
		}