NotificationHandlerTypeResolver Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Proporciona una implementación de INotificationHandlerTypeResolver sin dependencias externas.
public class NotificationHandlerTypeResolver : Microsoft.WindowsAzure.Mobile.Service.Notifications.INotificationHandlerTypeResolver
type NotificationHandlerTypeResolver = class
interface INotificationHandlerTypeResolver
Public Class NotificationHandlerTypeResolver
Implements INotificationHandlerTypeResolver
- Herencia
-
NotificationHandlerTypeResolver
- Implementaciones
Constructores
NotificationHandlerTypeResolver() |
Inicializa una nueva instancia de NotificationHandlerTypeResolver con un filtro predeterminado para detectar controladores. |
NotificationHandlerTypeResolver(Predicate<Type>) |
Crea una nueva NotificationHandlerTypeResolver instancia mediante un predicado para filtrar los tipos que implementan INotificationHandler. |
Propiedades
IsNotificationHandlerPredicate |
Obtiene el predicado para determinar si un tipo determinado es .INotificationHandler |
Métodos
GetHandlerTypes(IEnumerable<Assembly>) |
Obtiene el conjunto de INotificationHandler implementaciones. |
Se aplica a
Azure SDK for .NET