This documentation is archived and is not being maintained.
SqlNotificationCallback Delegate
Visual Studio 2013
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 )
Parameters
- requestContext
- Type: Microsoft.TeamFoundation.Framework.Server::TeamFoundationRequestContext
- eventClass
- Type: System::Guid
- eventData
- Type: System::String
Show: