SqlNotificationHandler Delegate

The SqlNotificationHandler is used as a delegate for notifying callers that have signed up for notifications via the TeamFoundationSqlNotificationService.

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

Syntax

'Declaration
Public Delegate Sub SqlNotificationHandler ( _
    requestContext As TeamFoundationRequestContext, _
    args As NotificationEventArgs _
)
public delegate void SqlNotificationHandler(
    TeamFoundationRequestContext requestContext,
    NotificationEventArgs args
)
public delegate void SqlNotificationHandler(
    TeamFoundationRequestContext^ requestContext, 
    NotificationEventArgs^ args
)
type SqlNotificationHandler = 
    delegate of  
        requestContext:TeamFoundationRequestContext * 
        args:NotificationEventArgs -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace