Used as a delegate for notifying callers that have signed up for notifications by means of the [TeamFoundationSqlNotificationService].
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
)
public delegate void SqlNotificationCallback(
    TeamFoundationRequestContext^ requestContext, 
    Guid eventClass, 
    String^ eventData
)
type SqlNotificationCallback = 
    delegate of  
        requestContext:TeamFoundationRequestContext * 
        eventClass:Guid * 
        eventData:string -> unit
JScript does not support delegates.
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- eventClass
 Type: System.Guid
- eventData
 Type: System.String