Example #1
0
        // checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task <IList <char> > GetChar1Async()
        {
            BRequest_RemoteListTypes_getChar1 req = new BRequest_RemoteListTypes_getChar1();
            Task <IList <char> > task             = Task <IList <char> > .Factory.FromAsync(transport.BeginSend <IList <char> >, transport.EndSend <IList <char> >, req, null);

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
Example #3
0
        public virtual void GetChar1(BAsyncResult <IList <char> > asyncResult)
        {
            BRequest_RemoteListTypes_getChar1 req = new BRequest_RemoteListTypes_getChar1();

            transport.sendMethod(req, asyncResult);
        }
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<IList<char>> GetChar1Async(){
			BRequest_RemoteListTypes_getChar1 req = new BRequest_RemoteListTypes_getChar1();			
			Task<IList<char>> task = Task<IList<char>>.Factory.FromAsync(transport.BeginSend<IList<char>>, transport.EndSend<IList<char>>, req, null);
			return await task;
		}
		public virtual void GetChar1(BAsyncResult<IList<char>> asyncResult) {
			BRequest_RemoteListTypes_getChar1 req = new BRequest_RemoteListTypes_getChar1();			
			transport.sendMethod(req, asyncResult);
		}