Partager via


NotificationHandlerTypeResolver Classe

Définition

Fournit une implémentation de INotificationHandlerTypeResolver sans dépendances externes.

public class NotificationHandlerTypeResolver : Microsoft.WindowsAzure.Mobile.Service.Notifications.INotificationHandlerTypeResolver
type NotificationHandlerTypeResolver = class
    interface INotificationHandlerTypeResolver
Public Class NotificationHandlerTypeResolver
Implements INotificationHandlerTypeResolver
Héritage
NotificationHandlerTypeResolver
Implémente

Constructeurs

NotificationHandlerTypeResolver()

Initialise une nouvelle instance de avec NotificationHandlerTypeResolver un filtre par défaut pour la détection des gestionnaires.

NotificationHandlerTypeResolver(Predicate<Type>)

Crée un NotificationHandlerTypeResolver instance à l’aide d’un prédicat pour filtrer les types qui implémentent INotificationHandler.

Propriétés

IsNotificationHandlerPredicate

Obtient le prédicat permettant de déterminer si un type donné est un INotificationHandler.

Méthodes

GetHandlerTypes(IEnumerable<Assembly>)

Obtient l’ensemble des INotificationHandler implémentations.

S’applique à