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

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
Beispiel #3
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<ISet<int>> GetClientIdsAsync(){
			BRequest_ServerIF_getClientIds req = new BRequest_ServerIF_getClientIds();			
			Task<ISet<int>> task = Task<ISet<int>>.Factory.FromAsync(transport.BeginSend<ISet<int>>, transport.EndSend<ISet<int>>, req, null);
			return await task;
		}
Beispiel #4
0
        public virtual void GetClientIds(BAsyncResult <ISet <int> > asyncResult)
        {
            BRequest_ServerIF_getClientIds req = new BRequest_ServerIF_getClientIds();

            transport.sendMethod(req, asyncResult);
        }
Beispiel #5
0
		public virtual void GetClientIds(BAsyncResult<ISet<int>> asyncResult) {
			BRequest_ServerIF_getClientIds req = new BRequest_ServerIF_getClientIds();			
			transport.sendMethod(req, asyncResult);
		}