Example #1
0
        // checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task <IDictionary <String, bool> > GetBoolean1Async()
        {
            BRequest_RemoteMapTypes_getBoolean1 req  = new BRequest_RemoteMapTypes_getBoolean1();
            Task <IDictionary <String, bool> >  task = Task <IDictionary <String, bool> > .Factory.FromAsync(transport.BeginSend <IDictionary <String, bool> >, transport.EndSend <IDictionary <String, bool> >, req, null);

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
Example #3
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<IDictionary<String,bool>> GetBoolean1Async(){
			BRequest_RemoteMapTypes_getBoolean1 req = new BRequest_RemoteMapTypes_getBoolean1();			
			Task<IDictionary<String,bool>> task = Task<IDictionary<String,bool>>.Factory.FromAsync(transport.BeginSend<IDictionary<String,bool>>, transport.EndSend<IDictionary<String,bool>>, req, null);
			return await task;
		}
Example #4
0
		public virtual void GetBoolean1(BAsyncResult<IDictionary<String,bool>> asyncResult) {
			BRequest_RemoteMapTypes_getBoolean1 req = new BRequest_RemoteMapTypes_getBoolean1();			
			transport.sendMethod(req, asyncResult);
		}
Example #5
0
        public virtual void GetBoolean1(BAsyncResult <IDictionary <String, bool> > asyncResult)
        {
            BRequest_RemoteMapTypes_getBoolean1 req = new BRequest_RemoteMapTypes_getBoolean1();

            transport.sendMethod(req, asyncResult);
        }