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

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

            BBufferBin bbuf = bin.bbuf;

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

            transport.sendMethod(req, asyncResult);
        }