示例#1
0
        // checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task <IList <IList <int> > > GetInt3Async()
        {
            BRequest_RemoteListTypes_getInt3 req  = new BRequest_RemoteListTypes_getInt3();
            Task <IList <IList <int> > >     task = Task <IList <IList <int> > > .Factory.FromAsync(transport.BeginSend <IList <IList <int> > >, transport.EndSend <IList <IList <int> > >, req, null);

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
示例#3
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<IList<IList<int>>> GetInt3Async(){
			BRequest_RemoteListTypes_getInt3 req = new BRequest_RemoteListTypes_getInt3();			
			Task<IList<IList<int>>> task = Task<IList<IList<int>>>.Factory.FromAsync(transport.BeginSend<IList<IList<int>>>, transport.EndSend<IList<IList<int>>>, req, null);
			return await task;
		}
示例#4
0
        public virtual void GetInt3(BAsyncResult <IList <IList <int> > > asyncResult)
        {
            BRequest_RemoteListTypes_getInt3 req = new BRequest_RemoteListTypes_getInt3();

            transport.sendMethod(req, asyncResult);
        }
示例#5
0
		public virtual void GetInt3(BAsyncResult<IList<IList<int>>> asyncResult) {
			BRequest_RemoteListTypes_getInt3 req = new BRequest_RemoteListTypes_getInt3();			
			transport.sendMethod(req, asyncResult);
		}