SqlNotificationCallback, délégué

Utilisé comme délégué pour avertir les appelants qui se sont inscrits pour les notifications via [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 SqlNotificationCallback ( _
    requestContext As TeamFoundationRequestContext, _
    eventClass As Guid, _
    eventData As String _
)
public delegate void SqlNotificationCallback(
    TeamFoundationRequestContext requestContext,
    Guid eventClass,
    string eventData
)

Paramètres

Voir aussi

Référence

Microsoft.TeamFoundation.Framework.Server, espace de noms