This documentation is archived and is not being maintained.

SqlNotificationCallback Delegate

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)

public delegate void SqlNotificationCallback(
	TeamFoundationRequestContext^ requestContext, 
	Guid eventClass, 
	String^ eventData
)
Show: