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)

ICollection<Type> GetHandlerTypes(
	IEnumerable<Assembly> assemblies
)

Parameters

assemblies
Type: System.Collections.Generic.IEnumerable<Assembly>

The set of Assembly instances to search.

Return Value

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

A ICollection<T> of handler types.

Return to top
Show: