NotificationHandlerTypeResolver Constructor

 

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

NameDescription
System_CAPS_pubmethodNotificationHandlerTypeResolver()

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

System_CAPS_pubmethodNotificationHandlerTypeResolver(Predicate<Type>)

Creates a new NotificationHandlerTypeResolver instance using a predicate to filter types that implement INotificationHandler.

Return to top
Show: