我将要迁移从 2009 年开始使用智能客户端软件工厂创建的 cab 应用程序。在事件聚合器之前,一切似乎都很顺利。我需要这样的代码:
//publish in current unity conainer
customerInfoSavedEvent.Publish(payload, PubliscationScope.CurrentContainer);
//publish in all unity conainers in hierarchy
customerInfoSavedEvent.Publish(payload, PubliscationScope.GlobalContainer);
欢迎提出其他建议。目标是在 cab/scsf 的工作项基础结构中保留事件系统。