TeamFoundationSqlNotificationService.RegisterNotification Method

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

Syntax

‘선언
Public Function RegisterNotification ( _
    databaseCategory As String, _
    eventClass As Guid, _
    callback As SqlNotificationCallback, _
    filterByAuthor As Boolean _
) As Boolean
public bool RegisterNotification(
    string databaseCategory,
    Guid eventClass,
    SqlNotificationCallback callback,
    bool filterByAuthor
)
public:
bool RegisterNotification(
    String^ databaseCategory, 
    Guid eventClass, 
    SqlNotificationCallback^ callback, 
    bool filterByAuthor
)
member RegisterNotification : 
        databaseCategory:string * 
        eventClass:Guid * 
        callback:SqlNotificationCallback * 
        filterByAuthor:bool -> bool 
public function RegisterNotification(
    databaseCategory : String, 
    eventClass : Guid, 
    callback : SqlNotificationCallback, 
    filterByAuthor : boolean
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TeamFoundationSqlNotificationService Class

Microsoft.TeamFoundation.Framework.Server Namespace