NotificationHandlerTypeResolver Class
Provides an implementation of INotificationHandlerTypeResolver with no external dependencies.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | NotificationHandlerTypeResolver() | Initializes a new instance of the NotificationHandlerTypeResolver with a default filter for detecting handlers. |
![]() | NotificationHandlerTypeResolver(Predicate<Type^>^) | Creates a new NotificationHandlerTypeResolver instance using a predicate to filter types that implement INotificationHandler. |
| Name | Description | |
|---|---|---|
![]() | IsNotificationHandlerPredicate | Gets the predicate for determining whether a given type is a INotificationHandler. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHandlerTypes(IEnumerable<Assembly^>^) | |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


