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 命名空間