你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotificationHandlerTypeResolver 类

定义

提供没有外部依赖项的 INotificationHandlerTypeResolver 实现。

public class NotificationHandlerTypeResolver : Microsoft.WindowsAzure.Mobile.Service.Notifications.INotificationHandlerTypeResolver
type NotificationHandlerTypeResolver = class
    interface INotificationHandlerTypeResolver
Public Class NotificationHandlerTypeResolver
Implements INotificationHandlerTypeResolver
继承
NotificationHandlerTypeResolver
实现

构造函数

NotificationHandlerTypeResolver()

使用用于检测处理程序的默认筛选器初始化 的新实例 NotificationHandlerTypeResolver

NotificationHandlerTypeResolver(Predicate<Type>)

NotificationHandlerTypeResolver使用谓词创建新实例,以筛选实现 INotificationHandler的类型。

属性

IsNotificationHandlerPredicate

获取用于确定给定类型是否为 的 INotificationHandler谓词。

方法

GetHandlerTypes(IEnumerable<Assembly>)

获取实现集 INotificationHandler

适用于