Share via


SqlNotificationCallback-Delegat

Wird als Delegat zum Benachrichtigen von Aufrufern, die sich Benachrichtigungen mithilfe [TeamFoundationSqlNotificationService] 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