Share via


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)

Syntax

public interface INotificationHandlerTypeResolver
public interface class INotificationHandlerTypeResolver
type INotificationHandlerTypeResolver = interface end
Public Interface INotificationHandlerTypeResolver

Methods

Name Description
System_CAPS_pubmethod GetHandlerTypes(IEnumerable<Assembly>)

Gets the set of INotificationHandler implementations.

See Also

Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace

Return to top