SqlNotificationHandler, délégué

Le SqlNotificationHandler est utilisé comme délégué pour avertir les appelants qui se sont inscrits pour les notifications via le TeamFoundationSqlNotificationService.

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

Syntaxe

'Déclaration
Public Delegate Sub SqlNotificationHandler ( _
    requestContext As TeamFoundationRequestContext, _
    args As NotificationEventArgs _
)
public delegate void SqlNotificationHandler(
    TeamFoundationRequestContext requestContext,
    NotificationEventArgs args
)

Paramètres

Voir aussi

Référence

Microsoft.TeamFoundation.Framework.Server, espace de noms