Share via


SqlNotificationHandler デリゲート

SqlNotificationHandler は TeamFoundationSqlNotificationService によって通知を申し込んだ呼び出し元に通知するためにデリゲートとして使用されます。

名前空間:  Microsoft.TeamFoundation.Framework.Server
アセンブリ:  Microsoft.TeamFoundation.Framework.Server (Microsoft.TeamFoundation.Framework.Server.dll 内)

構文

'宣言
Public Delegate Sub SqlNotificationHandler ( _
    requestContext As TeamFoundationRequestContext, _
    args As NotificationEventArgs _
)
public delegate void SqlNotificationHandler(
    TeamFoundationRequestContext requestContext,
    NotificationEventArgs args
)

パラメーター

参照

関連項目

Microsoft.TeamFoundation.Framework.Server 名前空間