This documentation is archived and is not being maintained.

SqlNotificationHandler Delegate

Visual Studio 2013

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)

public delegate void SqlNotificationHandler(
	TeamFoundationRequestContext^ requestContext, 
	NotificationEventArgs^ args
)
Show: