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

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
示例#3
0
        public virtual void GetInt4(BAsyncResult <IList <IDictionary <int, IList <HashSet <int> > > > > asyncResult)
        {
            BRequest_RemoteListTypes_getInt4 req = new BRequest_RemoteListTypes_getInt4();

            transport.sendMethod(req, asyncResult);
        }
示例#4
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<IList<IDictionary<int,IList<HashSet<int>>>>> GetInt4Async(){
			BRequest_RemoteListTypes_getInt4 req = new BRequest_RemoteListTypes_getInt4();			
			Task<IList<IDictionary<int,IList<HashSet<int>>>>> task = Task<IList<IDictionary<int,IList<HashSet<int>>>>>.Factory.FromAsync(transport.BeginSend<IList<IDictionary<int,IList<HashSet<int>>>>>, transport.EndSend<IList<IDictionary<int,IList<HashSet<int>>>>>, req, null);
			return await task;
		}
示例#5
0
		public virtual void GetInt4(BAsyncResult<IList<IDictionary<int,IList<HashSet<int>>>>> asyncResult) {
			BRequest_RemoteListTypes_getInt4 req = new BRequest_RemoteListTypes_getInt4();			
			transport.sendMethod(req, asyncResult);
		}