Freigeben über


SqlNotificationCallback-Delegat

Wird als Delegat für das Benachrichtigen von Aufrufern, die Benachrichtigungen [TeamFoundationSqlNotificationService] mithilfe sich angemeldet haben.

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

Syntax

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

Parameter

Siehe auch

Referenz

Microsoft.TeamFoundation.Framework.Server-Namespace