首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > ASP > 事件聚合使用发布/订阅,集中的异常处理和线程管理

事件聚合使用发布/订阅,集中的异常处理和线程管理

资 源 简 介

A pub/sub mediator that allows decoupled eventing to occur between service providers and service requestors. All events are invoked on a background thread managed by the event router. The user has the option to specify that the event (and the possible callback when eventing is complete) should be marshaled back to the GUI thread. The event router allows injection of actions to take before (and after) an event is invoked, as well as custom exception handling routines during event invocation. Very good write up on the benefits of event aggregator patterns - http://codebetter.com/blogs/jeremy.miller/archive/2009/07/21/braindump-on-the-event-aggregator-pattern.aspx
VIP VIP
0.193324s