开发者

Unity Interception and WCF RIA Domain Services

Can anyone tell me if it is possible to use Unity Interception on a RIA Domain Service and if so how it can be done.

I already have a custom DomainServiceFactory which is used 开发者_如何学编程to create requested Domain Services allowing me to use Unity to inject dependencies via the Domain Service constructor.

Thanks.


I don't see why not. The only restrictions with Unity Interceptors is that you either have to have an interface to intercept, which don't come with RIA domain services out of the box, or that the class is not sealed and has virtual methods, which should apply to RIA services.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜