Beispiel #1
0
        // checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task <ISet <Object> > GetObj1Async()
        {
            BRequest_RemoteSetTypes_getObj1 req  = new BRequest_RemoteSetTypes_getObj1();
            Task <ISet <Object> >           task = Task <ISet <Object> > .Factory.FromAsync(transport.BeginSend <ISet <Object> >, transport.EndSend <ISet <Object> >, req, null);

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<ISet<Object>> GetObj1Async(){
			BRequest_RemoteSetTypes_getObj1 req = new BRequest_RemoteSetTypes_getObj1();			
			Task<ISet<Object>> task = Task<ISet<Object>>.Factory.FromAsync(transport.BeginSend<ISet<Object>>, transport.EndSend<ISet<Object>>, req, null);
			return await task;
		}
		public virtual void GetObj1(BAsyncResult<ISet<Object>> asyncResult) {
			BRequest_RemoteSetTypes_getObj1 req = new BRequest_RemoteSetTypes_getObj1();			
			transport.sendMethod(req, asyncResult);
		}
Beispiel #5
0
        public virtual void GetObj1(BAsyncResult <ISet <Object> > asyncResult)
        {
            BRequest_RemoteSetTypes_getObj1 req = new BRequest_RemoteSetTypes_getObj1();

            transport.sendMethod(req, asyncResult);
        }