Udostępnij za pośrednictwem


INotificationHandlerTypeResolver Interface

Definition

The INotificationHandler provides an abstraction for hooking in custom code to the notification hub registration process. The INotificationHandlerTypeResolver provides an abstraction for enumerating and providing the INotificationHandler implementations that should participate in this process.

public interface INotificationHandlerTypeResolver
type INotificationHandlerTypeResolver = interface
Public Interface INotificationHandlerTypeResolver
Derived

Methods

GetHandlerTypes(IEnumerable<Assembly>)

Gets the set of INotificationHandler implementations.

Applies to