SqlNotificationCallback-Delegat
Wird als Delegat für das Benachrichtigen von Aufrufern, die Benachrichtigungen [TeamFoundationSqlNotificationService] mithilfe sich angemeldet haben.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Delegate Sub SqlNotificationCallback ( _
requestContext As TeamFoundationRequestContext, _
eventClass As Guid, _
eventData As String _
)
public delegate void SqlNotificationCallback(
TeamFoundationRequestContext requestContext,
Guid eventClass,
string eventData
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- eventClass
Typ: System.Guid
- eventData
Typ: System.String