This documentation is archived and is not being maintained.
TeamFoundationSqlNotificationService Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The TeamFoundationSqlNotificationService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Author | The author is defined as the source of the change that caused the notification. Implementors may use the Author property from this class when they write to the notification table. If the caller then wants to filter events out that came from its own writes you can do this with the filterByAuthor parameter when registering for notification callbacks. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | RegisterNotification(TeamFoundationRequestContext, String, Guid, SqlNotificationCallback, Boolean) | RegisterNotification is used to register a callback for an eventClass in a database. |
![]() | RegisterNotification(TeamFoundationRequestContext, String, Guid, SqlNotificationHandler, Boolean) | RegisterNotification is used to register a handler for an eventClass within a database. |
![]() | RegisterNotificationHierarchy(TeamFoundationRequestContext, String, Guid, SqlNotificationCallback, Boolean) | RegisterNotificationHeirarchy is used to register a callback for an eventClass in a database on each RequestContext from the provided requestContext to the root. |
![]() | RegisterNotificationHierarchy(TeamFoundationRequestContext, String, Guid, SqlNotificationHandler, Boolean) | RegisterNotificationHeirarchy is used to register a callback for an eventClass within a database on each of the RequestContexts from the provided requestContext to the root. |
![]() | SendNotification | Send a SQL notification to the system. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UnregisterNotification(TeamFoundationRequestContext, String, Guid, SqlNotificationCallback, Boolean) | UnregisterNotification is used to remove a notification callback for a previously registered event. |
![]() | UnregisterNotification(TeamFoundationRequestContext, String, Guid, SqlNotificationHandler, Boolean) | UnregisterNotification is used to remove a notification handler for a previously registered event. |
![]() | UnregisterNotificationHierarchy(TeamFoundationRequestContext, String, Guid, SqlNotificationCallback, Boolean) | UnregisterNotification is used to remove a notification callback for a previously registered event on each requestContext from the provided one to the root. |
![]() | UnregisterNotificationHierarchy(TeamFoundationRequestContext, String, Guid, SqlNotificationHandler, Boolean) | UnregisterNotification is used to remove a notification handler for a previously registered event on each of the requestContexts from the provided one to the root. |
| Name | Description | |
|---|---|---|
![]() ![]() | ITeamFoundationService::ServiceEnd | |
![]() ![]() | ITeamFoundationService::ServiceStart | Initialize the SqlNotificationService |
Show:
