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)

public:
NotificationHandlerTypeResolver(
	Predicate<Type^>^ predicate
)

Parameters

predicate
Type: System::Predicate<Type^>^

The predicate.

Return to top
Show: