次の方法で共有


INotificationHandlerTypeResolver インターフェイス

定義

INotificationHandler 、カスタム コードで通知ハブ登録プロセスにフックするための抽象化を提供します。 は INotificationHandlerTypeResolver 、このプロセスに参加する必要がある実装を INotificationHandler 列挙および提供するための抽象化を提供します。

public interface INotificationHandlerTypeResolver
type INotificationHandlerTypeResolver = interface
Public Interface INotificationHandlerTypeResolver
派生

メソッド

GetHandlerTypes(IEnumerable<Assembly>)

実装のセットを INotificationHandler 取得します。

適用対象