SqlNotificationCallback (Delegado)
Utilizado como delegado para notificar a los llamadores que han firmado para anteriormente para las notificaciones mediante [TeamFoundationSqlNotificationService].
Espacio de nombres: Microsoft.TeamFoundation.Framework.Server
Ensamblado: Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxis
'Declaración
Public Delegate Sub SqlNotificationCallback ( _
requestContext As TeamFoundationRequestContext, _
eventClass As Guid, _
eventData As String _
)
public delegate void SqlNotificationCallback(
TeamFoundationRequestContext requestContext,
Guid eventClass,
string eventData
)
Parámetros
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- eventClass
Tipo: System.Guid
- eventData
Tipo: System.String
Vea también
Referencia
Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)