Share via


TeamFoundationSqlNotificationService.UnregisterNotification, méthode (TeamFoundationRequestContext, String, Guid, SqlNotificationCallback, Boolean)

UnregisterNotification est utilisé pour supprimer un rappel de notification pour un événement inscrit précédemment.

Espace de noms :  Microsoft.TeamFoundation.Framework.Server
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • databaseCategory
    Type : System.String
    La base de données l'événement a été signalée.
  • eventClass
    Type : System.Guid
    Le type d'événement pour lequel a été enregistré.

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationSqlNotificationService Classe

UnregisterNotification, surcharge

Microsoft.TeamFoundation.Framework.Server, espace de noms