Delegato SqlNotificationHandler
Lo SqlNotificationHandler viene utilizzato come delegato per aggiornare i chiamanti dotati firmato su per le notifiche tramite il TeamFoundationSqlNotificationService.
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
Public Delegate Sub SqlNotificationHandler ( _
requestContext As TeamFoundationRequestContext, _
args As NotificationEventArgs _
)
public delegate void SqlNotificationHandler(
TeamFoundationRequestContext requestContext,
NotificationEventArgs args
)
Parametri
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext