NotificationHandlerTypeResolver.GetHandlerTypes Method (IEnumerable<Assembly>)
Namespace: Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
public ICollection<Type> GetHandlerTypes(
IEnumerable<Assembly> assemblies
)
public:
virtual ICollection<Type^>^ GetHandlerTypes(
IEnumerable<Assembly^>^ assemblies
) sealed
abstract GetHandlerTypes :
assemblies:IEnumerable<Assembly> -> ICollection<Type>
override GetHandlerTypes :
assemblies:IEnumerable<Assembly> -> ICollection<Type>
Public Function GetHandlerTypes (
assemblies As IEnumerable(Of Assembly)
) As ICollection(Of Type)
Return Value
Type: System.Collections.Generic.ICollection<Type>
Implements
INotificationHandlerTypeResolver.GetHandlerTypes(IEnumerable<Assembly>)
See Also
NotificationHandlerTypeResolver Class
Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace
Return to top