Пример #1
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task Compare_HebrewCAsync(byps.test.api.cons.HebrewZ ALEPH, byps.test.api.cons.HebrewZ BETH){
			BRequest_RemoteConstants_compare_HebrewC req = new BRequest_RemoteConstants_compare_HebrewC();			
			req.ALEPHValue = ALEPH;
			req.BETHValue = BETH;
			Task<Object> task = Task<Object>.Factory.FromAsync(transport.BeginSend<Object>, transport.EndSend<Object>, req, null);
			await task;
		}
Пример #2
0
        public virtual void Compare_HebrewC(byps.test.api.cons.HebrewZ ALEPH, byps.test.api.cons.HebrewZ BETH, BAsyncResult <Object> asyncResult)
        {
            BRequest_RemoteConstants_compare_HebrewC req = new BRequest_RemoteConstants_compare_HebrewC();

            req.ALEPHValue = ALEPH;
            req.BETHValue  = BETH;
            transport.sendMethod(req, asyncResult);
        }
Пример #3
0
        // checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task Compare_HebrewCAsync(byps.test.api.cons.HebrewZ ALEPH, byps.test.api.cons.HebrewZ BETH)
        {
            BRequest_RemoteConstants_compare_HebrewC req = new BRequest_RemoteConstants_compare_HebrewC();

            req.ALEPHValue = ALEPH;
            req.BETHValue  = BETH;
            Task <Object> task = Task <Object> .Factory.FromAsync(transport.BeginSend <Object>, transport.EndSend <Object>, req, null);

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

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

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.ALEPHValue = (byps.test.api.cons.HebrewZ)bin.readObj(false, null);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.BETHValue = (byps.test.api.cons.HebrewZ)bin.readObj(false, null);

            return(obj);
        }
Пример #6
0
		public virtual void Compare_HebrewC(byps.test.api.cons.HebrewZ ALEPH, byps.test.api.cons.HebrewZ BETH, BAsyncResult<Object> asyncResult) {
			BRequest_RemoteConstants_compare_HebrewC req = new BRequest_RemoteConstants_compare_HebrewC();			
			req.ALEPHValue = ALEPH;
			req.BETHValue = BETH;
			transport.sendMethod(req, asyncResult);
		}