INotificationHandlerTypeResolver Interface

 

The INotificationHandler provides an abstraction for hooking in custom code to the notification hub registration process. The INotificationHandlerTypeResolver provides an abstraction for enumerating and providing the INotificationHandler implementations that should participate in this process.

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

public interface class INotificationHandlerTypeResolver

NameDescription
System_CAPS_pubmethodGetHandlerTypes(IEnumerable<Assembly^>^)

Gets the set of INotificationHandler implementations.

Return to top
Show: