NotificationHandlerTypeResolver Constructor (Predicate<Type>)
Creates a new NotificationHandlerTypeResolver instance using a predicate to filter types that implement INotificationHandler.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
public NotificationHandlerTypeResolver(
Predicate<Type> predicate
)
public:
NotificationHandlerTypeResolver(
Predicate<Type^>^ predicate
)
new :
predicate:Predicate<Type> -> NotificationHandlerTypeResolver
Public Sub New (
predicate As Predicate(Of Type)
)
Parameters
predicate
Type: System.Predicate<Type>The predicate.
See Also
NotificationHandlerTypeResolver Overload
NotificationHandlerTypeResolver Class
Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace
Return to top