Exemplo n.º 1
0
        // checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task <IList <float> > GetFloat1Async()
        {
            BRequest_RemoteListTypes_getFloat1 req = new BRequest_RemoteListTypes_getFloat1();
            Task <IList <float> > task             = Task <IList <float> > .Factory.FromAsync(transport.BeginSend <IList <float> >, transport.EndSend <IList <float> >, req, null);

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
Exemplo n.º 3
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<IList<float>> GetFloat1Async(){
			BRequest_RemoteListTypes_getFloat1 req = new BRequest_RemoteListTypes_getFloat1();			
			Task<IList<float>> task = Task<IList<float>>.Factory.FromAsync(transport.BeginSend<IList<float>>, transport.EndSend<IList<float>>, req, null);
			return await task;
		}
Exemplo n.º 4
0
        public virtual void GetFloat1(BAsyncResult <IList <float> > asyncResult)
        {
            BRequest_RemoteListTypes_getFloat1 req = new BRequest_RemoteListTypes_getFloat1();

            transport.sendMethod(req, asyncResult);
        }
Exemplo n.º 5
0
		public virtual void GetFloat1(BAsyncResult<IList<float>> asyncResult) {
			BRequest_RemoteListTypes_getFloat1 req = new BRequest_RemoteListTypes_getFloat1();			
			transport.sendMethod(req, asyncResult);
		}