コード例 #1
0
ファイル: BStub_EvolveIF.cs プロジェクト: marcarvalho/byps
		// 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
ファイル: BStub_EvolveIF.cs プロジェクト: marcarvalho/byps
		public virtual void SetEvolve(Evolve obj, BAsyncResult<Object> asyncResult) {
			BRequest_EvolveIF_setEvolve req = new BRequest_EvolveIF_setEvolve();			
			req.objValue = obj;
			transport.sendMethod(req, asyncResult);
		}