TeamFoundationSqlNotificationService 類別
本文內容
繼承階層架構
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlNotificationService
命名空間: Microsoft.TeamFoundation.Framework.Server
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
<TeamFoundationServiceDependency(GetType(TeamFoundationTaskService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationHostManagementService))> _
Public NotInheritable Class TeamFoundationSqlNotificationService _
Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationTaskService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
public sealed class TeamFoundationSqlNotificationService : ITeamFoundationService
TeamFoundationSqlNotificationService 類型會公開下列成員。
建構函式
回頁首
屬性
Author
作者定義為產生告知的來源。會將告知資料表時,撰寫實作人員可能會使用這個類別的作者屬性。如果呼叫端想要篩選來自其寫入您的事件可以與 filterByAuthor 參數,在註冊通知回呼時。
回頁首
方法
Equals
判斷指定的物件是否等於目前物件。 (繼承自 Object )。
GetHashCode
做為預設雜湊函式。 (繼承自 Object )。
GetType
取得目前執行個體的 Type 。 (繼承自 Object )。
RegisterNotification(TeamFoundationRequestContext, String, Guid, SqlNotificationCallback, Boolean)
RegisterNotification 用來註冊的回呼會在資料庫中 eventClass。
RegisterNotification(TeamFoundationRequestContext, String, Guid, SqlNotificationHandler, Boolean)
RegisterNotification 用來註冊的處理常式在資料庫內的 eventClass。
RegisterNotificationHierarchy(TeamFoundationRequestContext, String, Guid, SqlNotificationCallback, Boolean)
RegisterNotificationHeirarchy 用來註冊回呼資料庫中的 eventClass 在從提供的 requestContext 的每 RequestContext 到根項目。
RegisterNotificationHierarchy(TeamFoundationRequestContext, String, Guid, SqlNotificationHandler, Boolean)
RegisterNotificationHeirarchy 用來註冊的回呼會在一個資料庫中的 eventClass 在每個提供的 requestContext 的 RequestContexts 到根項目。
SendNotification
傳送 SQL 告知系統。
ToString
傳回表示目前物件的字串。 (繼承自 Object )。
UnregisterNotification(TeamFoundationRequestContext, String, Guid, SqlNotificationCallback, Boolean)
UnregisterNotification 用來移除先前註冊的事件通知的回呼。
UnregisterNotification(TeamFoundationRequestContext, String, Guid, SqlNotificationHandler, Boolean)
UnregisterNotification 用來移除先前註冊的事件的通知處理常式。
UnregisterNotificationHierarchy(TeamFoundationRequestContext, String, Guid, SqlNotificationCallback, Boolean)
UnregisterNotification 用來從提供的一個移除先前註冊的事件通知回呼會在每 requestContext 到根項目。
UnregisterNotificationHierarchy(TeamFoundationRequestContext, String, Guid, SqlNotificationHandler, Boolean)
UnregisterNotification 用來從提供的一個移除先前註冊的事件的通知處理常式在每一 requestContexts 到根項目。
回頁首
明確介面實作
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。
請參閱
參考
Microsoft.TeamFoundation.Framework.Server 命名空間