Delegato SqlNotificationCallback
Utilizzato come delegato per aggiornare i chiamanti dotati firmato su per le notifiche tramite [TeamFoundationSqlNotificationService].
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
Public Delegate Sub SqlNotificationCallback ( _
requestContext As TeamFoundationRequestContext, _
eventClass As Guid, _
eventData As String _
)
public delegate void SqlNotificationCallback(
TeamFoundationRequestContext requestContext,
Guid eventClass,
string eventData
)
Parametri
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- eventClass
Tipo: System.Guid
- eventData
Tipo: System.String