示例#1
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;
		}
示例#2
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);
		}