Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext