Compartilhar via


Delegado SqlNotificationHandler

O SqlNotificationHandler é usado como um representante notificando os chamadores que assinaram anterior para notificações através de TeamFoundationSqlNotificationService.

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

Sintaxe

'Declaração
Public Delegate Sub SqlNotificationHandler ( _
    requestContext As TeamFoundationRequestContext, _
    args As NotificationEventArgs _
)
public delegate void SqlNotificationHandler(
    TeamFoundationRequestContext requestContext,
    NotificationEventArgs args
)

Parâmetros

Consulte também

Referência

Namespace Microsoft.TeamFoundation.Framework.Server