NotificationHandlerTypeResolver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an implementation of INotificationHandlerTypeResolver with no external dependencies.
public class NotificationHandlerTypeResolver : Microsoft.WindowsAzure.Mobile.Service.Notifications.INotificationHandlerTypeResolver
type NotificationHandlerTypeResolver = class
interface INotificationHandlerTypeResolver
Public Class NotificationHandlerTypeResolver
Implements INotificationHandlerTypeResolver
- Inheritance
-
NotificationHandlerTypeResolver
- Implements
Constructors
NotificationHandlerTypeResolver() |
Initializes a new instance of the NotificationHandlerTypeResolver with a default filter for detecting handlers. |
NotificationHandlerTypeResolver(Predicate<Type>) |
Creates a new NotificationHandlerTypeResolver instance using a predicate to filter types that implement INotificationHandler. |
Properties
IsNotificationHandlerPredicate |
Gets the predicate for determining whether a given type is a INotificationHandler. |
Methods
GetHandlerTypes(IEnumerable<Assembly>) |
Gets the set of INotificationHandler implementations. |
Applies to
Azure SDK for .NET