TeamFoundationSqlNotificationService.RegisterNotification Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
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
- databaseCategory
Type: System.String
- eventClass
Type: System.Guid
- filterByAuthor
Type: System.Boolean
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.