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 のワークアイテム インフラストラクチャに保持することです。