Compartir a través de


TeamFoundationSqlNotificationService.RegisterNotification (Método) (TeamFoundationRequestContext, String, Guid, SqlNotificationHandler, Boolean)

RegisterNotification se utiliza para registrar un controlador para los eventClass dentro de una base de datos.

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
Public Function RegisterNotification ( _
    requestContext As TeamFoundationRequestContext, _
    databaseCategory As String, _
    eventClass As Guid, _
    handler As SqlNotificationHandler, _
    filterByAuthor As Boolean _
) As Boolean
public bool RegisterNotification(
    TeamFoundationRequestContext requestContext,
    string databaseCategory,
    Guid eventClass,
    SqlNotificationHandler handler,
    bool filterByAuthor
)

Parámetros

  • databaseCategory
    Tipo: System.String
    El tipo de notificación a escuchar.
  • eventClass
    Tipo: System.Guid
    El método de controlador se llama cuando se recibe una notificación.

Valor devuelto

Tipo: System.Boolean
Devuelve true si la notificación es correctamente el registro; false si no.

Seguridad de .NET Framework

Vea también

Referencia

TeamFoundationSqlNotificationService Clase

RegisterNotification (Sobrecarga)

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)