NotificationHandlerTypeResolver Constructor
Namespace: Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Overload List
Name | Description | |
---|---|---|
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. |
See Also
NotificationHandlerTypeResolver Class
Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace
Return to top