Ejemplo n.º 1
0
        // checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task <ISet <int> > GetInt1Async()
        {
            BRequest_RemoteSetTypes_getInt1 req = new BRequest_RemoteSetTypes_getInt1();
            Task <ISet <int> > task             = Task <ISet <int> > .Factory.FromAsync(transport.BeginSend <ISet <int> >, transport.EndSend <ISet <int> >, req, null);

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
Ejemplo n.º 3
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<ISet<int>> GetInt1Async(){
			BRequest_RemoteSetTypes_getInt1 req = new BRequest_RemoteSetTypes_getInt1();			
			Task<ISet<int>> task = Task<ISet<int>>.Factory.FromAsync(transport.BeginSend<ISet<int>>, transport.EndSend<ISet<int>>, req, null);
			return await task;
		}
Ejemplo n.º 4
0
		public virtual void GetInt1(BAsyncResult<ISet<int>> asyncResult) {
			BRequest_RemoteSetTypes_getInt1 req = new BRequest_RemoteSetTypes_getInt1();			
			transport.sendMethod(req, asyncResult);
		}
Ejemplo n.º 5
0
        public virtual void GetInt1(BAsyncResult <ISet <int> > asyncResult)
        {
            BRequest_RemoteSetTypes_getInt1 req = new BRequest_RemoteSetTypes_getInt1();

            transport.sendMethod(req, asyncResult);
        }