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

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
Esempio n. 3
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<HashSet<byte>> GetByte1Async(){
			BRequest_RemoteSetTypes_getByte1 req = new BRequest_RemoteSetTypes_getByte1();			
			Task<HashSet<byte>> task = Task<HashSet<byte>>.Factory.FromAsync(transport.BeginSend<HashSet<byte>>, transport.EndSend<HashSet<byte>>, req, null);
			return await task;
		}
Esempio n. 4
0
		public virtual void GetByte1(BAsyncResult<HashSet<byte>> asyncResult) {
			BRequest_RemoteSetTypes_getByte1 req = new BRequest_RemoteSetTypes_getByte1();			
			transport.sendMethod(req, asyncResult);
		}
Esempio n. 5
0
        public virtual void GetByte1(BAsyncResult <HashSet <byte> > asyncResult)
        {
            BRequest_RemoteSetTypes_getByte1 req = new BRequest_RemoteSetTypes_getByte1();

            transport.sendMethod(req, asyncResult);
        }