共用方式為


WebSvcNotifications 命名空間

Notifications類別是WebSvcNotifications命名空間中的主要類別。Notifications類別還包含管理提醒與提醒的訂閱的方法。

注意事項注意事項

在 ASMX web 服務中, Notifications是一個類別。在 WCF 服務中, Notifications是NotificationsClient類別中實作的介面。在 WCF 架構的應用程式中使用NotificationsClient類別相關的資訊,請參閱Notifications類別建構函式。

WebSvcNotifications命名空間是 Notifications.asmx 的 web 服務專案伺服器介面 (PSI) 的參考的任意名稱。Notifications類別中的方法可以讀取並更新訂閱的 Project Server 通知和提醒。

Notifications方法通常會使用,或傳回下列的DataSet物件的其中一個:

類別

  類別 描述
公用類別 AlertSubscriptionInfoDataSet 用來維護訂閱提醒通知給使用者的集合。
公用類別 AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable 用來維護一群訂閱提醒。
公用類別 AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow 會指定一個data row訂閱提醒通知設定。
公用類別 AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEvent 在變更AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow中的資料時發生的事件。
公用類別 Notifications 包含管理提醒和 in Project Server 通知的方法。
公用類別 ReminderSubscriptionInfoDataSet 用來維護日期型態提醒使用者有關專案管理工作的集合。
公用類別 ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable 用來維護一個日期型態提醒 project 使用者事件的相關的集合。
公用類別 ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow 包含日期型態事件提醒使用者資訊的專案的資料列。
公用類別 ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEvent 在變更ReminderSubscriptionInfoRow中的資料時發生的事件。

委'派

  委派 描述
公用委派 AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEventHandler 代表會處理事件發生時執行動作之資料列的方法。
公用委派 ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEventHandler 代表會處理事件發生時執行動作之資料列的方法。