TeamFoundationSqlNotificationService 类
继承层次结构
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlNotificationService
命名空间: Microsoft.TeamFoundation.Framework.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
<TeamFoundationServiceDependency(GetType(TeamFoundationHostManagementService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationTaskService))> _
Public NotInheritable Class TeamFoundationSqlNotificationService _
Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationTaskService))]
public sealed class TeamFoundationSqlNotificationService : ITeamFoundationService
TeamFoundationSqlNotificationService 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
TeamFoundationSqlNotificationService |
页首
属性
名称 | 说明 | |
---|---|---|
Author | 作者定义为导致该更改通知的数据源。实现者可以使用此选件类的作者属性,则会写入通知表。如果调用方然后筛选来自自己编写自己的事件可以执行此操作。filterByAuthor参数,在注册通知回调时。 |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
RegisterNotification | RegisterNotification用于注册回调。eventClass在数据库中。 | |
RegisterNotificationHierarchy | RegisterNotificationHeirarchy用于注册回调。eventClass在每RequestContext的数据库中提供的requestContext到根。 | |
SendNotification | 发送一个SQL通知给系统。 | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) | |
UnregisterNotification | UnregisterNotification用于取消以前已注册的事件通知回调。 | |
UnregisterNotificationHierarchy | UnregisterNotification用于从提供的取消以前已注册的事件通知回调在每requestContext到根。 |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
ITeamFoundationService.ServiceEnd | ||
ITeamFoundationService.ServiceStart | 初始化SqlNotificationService |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。