Share via


NotificationHandlerTypeResolver Constructor

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Overload List

Name Description
System_CAPS_pubmethod NotificationHandlerTypeResolver()

Initializes a new instance of the NotificationHandlerTypeResolver with a default filter for detecting handlers.

System_CAPS_pubmethod 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