TeamFoundationSqlNotificationService.UnregisterNotification 方法 (TeamFoundationRequestContext, String, Guid, SqlNotificationCallback, Boolean)

UnregisterNotification 用于取消以前已注册的事件通知回调。

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public Sub UnregisterNotification ( _
    requestContext As TeamFoundationRequestContext, _
    databaseCategory As String, _
    eventClass As Guid, _
    callback As SqlNotificationCallback, _
    waitForInFlightNotifications As Boolean _
)
public void UnregisterNotification(
    TeamFoundationRequestContext requestContext,
    string databaseCategory,
    Guid eventClass,
    SqlNotificationCallback callback,
    bool waitForInFlightNotifications
)

参数

  • databaseCategory
    类型:System.String
    该数据库事件已注册。
  • eventClass
    类型:System.Guid
    注册事件的类型。

Implements

ITeamFoundationSqlNotificationService.UnregisterNotification(TeamFoundationRequestContext, String, Guid, SqlNotificationCallback, Boolean)

.NET Framework 安全性

请参阅

参考

TeamFoundationSqlNotificationService 类

UnregisterNotification 重载

Microsoft.TeamFoundation.Framework.Server 命名空间