SqlNotificationCallback 委托

用作委托用于通知通过 [TeamFoundationSqlNotificationService]用于通知注册的调用方。

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public Delegate Sub SqlNotificationCallback ( _
    requestContext As TeamFoundationRequestContext, _
    eventClass As Guid, _
    eventData As String _
)
public delegate void SqlNotificationCallback(
    TeamFoundationRequestContext requestContext,
    Guid eventClass,
    string eventData
)

参数

请参见

参考

Microsoft.TeamFoundation.Framework.Server 命名空间