Share via


TeamFoundationSqlNotificationService.UnregisterNotification-Methode

UnregisterNotification wird verwendet, um einen Benachrichtigungsrückruf für ein zuvor registriertes Ereignis zu entfernen.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
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
)

Parameter

  • databaseCategory
    Typ: System.String
    Die Datenbank das Ereignis registriert wurde.
  • eventClass
    Typ: System.Guid
    Der Typ des Ereignisses, den für registriert wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationSqlNotificationService Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace