SqlNotificationCallback Delegate

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'宣言
Public Delegate Sub SqlNotificationCallback ( _
    eventClass As Guid, _
    eventData As String _
)
public delegate void SqlNotificationCallback(
    Guid eventClass,
    string eventData
)
public delegate void SqlNotificationCallback(
    Guid eventClass, 
    String^ eventData
)
type SqlNotificationCallback = 
    delegate of 
        eventClass:Guid * 
        eventData:string -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace