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

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

            BBufferBin bbuf = bin.bbuf;

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

            transport.sendMethod(req, asyncResult);
        }
		public virtual void GetLong1(BAsyncResult<IList<long>> asyncResult) {
			BRequest_RemoteListTypes_getLong1 req = new BRequest_RemoteListTypes_getLong1();			
			transport.sendMethod(req, asyncResult);
		}