SqlNotificationHandler-Delegat
Das SqlNotificationHandler wird als Delegat für das Benachrichtigen von Aufrufern verwendet, die sich Benachrichtigungen zum TeamFoundationSqlNotificationService angemeldet haben.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Delegate Sub SqlNotificationHandler ( _
requestContext As TeamFoundationRequestContext, _
args As NotificationEventArgs _
)
public delegate void SqlNotificationHandler(
TeamFoundationRequestContext requestContext,
NotificationEventArgs args
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext