Esempio n. 1
0
        // checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task <IList <bool> > GetBoolean1Async()
        {
            BRequest_RemoteListTypes_getBoolean1 req = new BRequest_RemoteListTypes_getBoolean1();
            Task <IList <bool> > task = Task <IList <bool> > .Factory.FromAsync(transport.BeginSend <IList <bool> >, transport.EndSend <IList <bool> >, req, null);

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
Esempio n. 3
0
        public virtual void GetBoolean1(BAsyncResult <IList <bool> > asyncResult)
        {
            BRequest_RemoteListTypes_getBoolean1 req = new BRequest_RemoteListTypes_getBoolean1();

            transport.sendMethod(req, asyncResult);
        }
Esempio n. 4
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<IList<bool>> GetBoolean1Async(){
			BRequest_RemoteListTypes_getBoolean1 req = new BRequest_RemoteListTypes_getBoolean1();			
			Task<IList<bool>> task = Task<IList<bool>>.Factory.FromAsync(transport.BeginSend<IList<bool>>, transport.EndSend<IList<bool>>, req, null);
			return await task;
		}
Esempio n. 5
0
		public virtual void GetBoolean1(BAsyncResult<IList<bool>> asyncResult) {
			BRequest_RemoteListTypes_getBoolean1 req = new BRequest_RemoteListTypes_getBoolean1();			
			transport.sendMethod(req, asyncResult);
		}