SqlNotificationCallback Delegate
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Déclaration
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
- eventClass
Type: System.Guid
- eventData
Type: System.String