Пример #1
0
        public virtual void SetEvolve(Evolve obj, BAsyncResult <Object> asyncResult)
        {
            BRequest_EvolveIF_setEvolve req = new BRequest_EvolveIF_setEvolve();

            req.objValue = obj;
            transport.sendMethod(req, asyncResult);
        }
Пример #2
0
        // checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task SetEvolveAsync(Evolve obj)
        {
            BRequest_EvolveIF_setEvolve req = new BRequest_EvolveIF_setEvolve();

            req.objValue = obj;
            Task <Object> task = Task <Object> .Factory.FromAsync(transport.BeginSend <Object>, transport.EndSend <Object>, req, null);

            await task;
        }
Пример #3
0
        public override void write(Object obj1, BOutput bout1, long version)
        {
            BRequest_EvolveIF_setEvolve obj = (BRequest_EvolveIF_setEvolve)obj1;
            BOutputBin bout = (BOutputBin)bout1;
            BBufferBin bbuf = bout.bbuf;

            // checkpoint byps.gen.cs.PrintContext:494
            bout.writeObj(obj.objValue, false, null);
        }
Пример #4
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BRequest_EvolveIF_setEvolve obj = (BRequest_EvolveIF_setEvolve)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_EvolveIF_setEvolve()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.objValue = (byps.test.api.ver.Evolve)bin.readObj(false, null);

            return(obj);
        }