Compartilhar via


Delegado SqlNotificationCallback

Usado como um representante para notificar os chamadores que assinaram anterior para notificações por meio de [TeamFoundationSqlNotificationService].

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

Sintaxe

'Declaração
Public Delegate Sub SqlNotificationCallback ( _
    requestContext As TeamFoundationRequestContext, _
    eventClass As Guid, _
    eventData As String _
)
public delegate void SqlNotificationCallback(
    TeamFoundationRequestContext requestContext,
    Guid eventClass,
    string eventData
)

Parâmetros

Consulte também

Referência

Namespace Microsoft.TeamFoundation.Framework.Server