Share via


INotificationHandlerTypeResolver.GetHandlerTypes Method (IEnumerable<Assembly>)

 

Gets the set of INotificationHandler implementations.

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

Syntax

ICollection<Type> GetHandlerTypes(
    IEnumerable<Assembly> assemblies
)
ICollection<Type^>^ GetHandlerTypes(
    IEnumerable<Assembly^>^ assemblies
)
abstract GetHandlerTypes : 
        assemblies:IEnumerable<Assembly> -> ICollection<Type>
Function GetHandlerTypes (
    assemblies As IEnumerable(Of Assembly)
) As ICollection(Of Type)

Parameters

Return Value

Type: System.Collections.Generic.ICollection<Type>

A ICollection<T> of handler types.

See Also

INotificationHandlerTypeResolver Interface
Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace

Return to top