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

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
예제 #3
0
        public virtual void SendEvolveToClient(BAsyncResult <Object> asyncResult)
        {
            BRequest_EvolveIF_sendEvolveToClient req = new BRequest_EvolveIF_sendEvolveToClient();

            transport.sendMethod(req, asyncResult);
        }
예제 #4
0
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task SendEvolveToClientAsync(){
			BRequest_EvolveIF_sendEvolveToClient req = new BRequest_EvolveIF_sendEvolveToClient();			
			Task<Object> task = Task<Object>.Factory.FromAsync(transport.BeginSend<Object>, transport.EndSend<Object>, req, null);
			await task;
		}
예제 #5
0
		public virtual void SendEvolveToClient(BAsyncResult<Object> asyncResult) {
			BRequest_EvolveIF_sendEvolveToClient req = new BRequest_EvolveIF_sendEvolveToClient();			
			transport.sendMethod(req, asyncResult);
		}