WCF RIA Services / ChangeSet Complete

南笙酒味 提交于 2019-12-11 06:49:44

问题


I have a business requirement that needs to be executed after all the WCF RIA services changes have been implemented on the server side, but before WCF RIA Services sends data back to the client.

I realize that I could easily add the logic on the client, after a save has been completed. However, I would rather avoid the round-trip back to the server.

Is there an interception point for this on the server?


回答1:


Take a look at this http://weblogs.asp.net/fredriknormen/archive/2009/12/29/wcf-ria-services-domainservice-life-cycle-and-adding-transactions.aspx



来源:https://stackoverflow.com/questions/7288792/wcf-ria-services-changeset-complete

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!