Share via


SqlNotificationHandler (Delegado)

El SqlNotificationHandler se utiliza como un delegado para notificar a los llamadores que han firmado para anteriormente para las notificaciones mediante el TeamFoundationSqlNotificationService.

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

Sintaxis

'Declaración
Public Delegate Sub SqlNotificationHandler ( _
    requestContext As TeamFoundationRequestContext, _
    args As NotificationEventArgs _
)
public delegate void SqlNotificationHandler(
    TeamFoundationRequestContext requestContext,
    NotificationEventArgs args
)

Parámetros

Vea también

Referencia

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