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

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
Exemple #3
0
        public virtual void GetShort1(BAsyncResult <ISet <short> > asyncResult)
        {
            BRequest_RemoteSetTypes_getShort1 req = new BRequest_RemoteSetTypes_getShort1();

            transport.sendMethod(req, asyncResult);
        }