Share via


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

See Also

NotificationHandlerTypeResolver Overload
NotificationHandlerTypeResolver Class
Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace

Return to top