AlertManagementClient 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供方法讓用戶端可程式化管理(建立、編輯、刪除及列出)警報定義。
public ref class AlertManagementClient : System::ServiceModel::ClientBase<AlertingWcfProxy::AlertManagement ^>, AlertingWcfProxy::AlertManagement
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
public class AlertManagementClient : System.ServiceModel.ClientBase<AlertingWcfProxy.AlertManagement>, AlertingWcfProxy.AlertManagement
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
type AlertManagementClient = class
inherit ClientBase<AlertManagement>
interface AlertManagement
Public Class AlertManagementClient
Inherits ClientBase(Of AlertManagement)
Implements AlertManagement
- 繼承
-
AlertManagementClient
- 屬性
- 實作
建構函式
| 名稱 | Description |
|---|---|
| AlertManagementClient() |
初始化 AlertManagementClient 類別的新執行個體。 |
| AlertManagementClient(Binding, EndpointAddress) |
初始化一個以指定的端點綁定與服務端點位址的新類別實例 AlertManagementClient 。 |
| AlertManagementClient(String, EndpointAddress) |
使用指定的組態服務名稱作為端點綁定,並初始化該類別的新實例 AlertManagementClient ,並以服務的端點位址作為基礎。 |
| AlertManagementClient(String, String) |
使用指定的組態服務名稱初始化該類別的新實例 AlertManagementClient ,作為端點綁定及服務的完全限定端點位址。 |
| AlertManagementClient(String) |
使用指定的組態服務名稱初始化該類別的新實例 AlertManagementClient 以進行端點綁定。 |
方法
| 名稱 | Description |
|---|---|
| CreateAlertDefinition(AlertDefinitionCreate, AlertSchedule, DeliveryTarget) |
根據指定的警報定義資訊、警報排程資訊及目標交付定義,建立目前會話的警報定義。 |
| CreateSession(String, String, Int32, String) |
建立新的警報設計器使用者會話,並填充相關的資料饋源定義、結構與預覽資料。 |
| CreateSessionForEdit(Guid, Int32) |
建立一個新的警報設計器使用者會話,用於編輯現有的警報定義。 |
| CreateSessionForEditAsCopy(Guid) |
建立新的警報設計器使用者會話,透過複製現有資料饋源定義結構來編輯現有警報定義。 |
| DeleteAlertDefinition(Guid) |
標記刪除警報定義。 |
| DeleteAlertSession(Guid) |
刪除指定的警報設計器使用者會話,包括資料饋送定義與預覽資料。 |
| GetAlertDefinition(Guid) |
取得指定警報定義識別碼的警報定義資訊。 |
| GetAlertSchedule(Guid) |
取得指定警報定義識別碼的警報排程。 |
| GetDataFeedDefinitionsForSession(Guid) |
取得警報設計者使用者會話的資料饋源定義清單。 |
| GetDeliveryTargets(Guid) |
取得指定警示定義識別碼的傳遞目標清單。 |
| GetFeedPreviewData(Guid) |
取得指定資料饋送識別碼的預覽資料清單。 |
| GetFeedSchema(Guid) |
取得資料饋源定義欄位的清單。 |
| ListAlertDefinitions(String) |
從指定的來源報告項目檢索警報定義清單。 |
| ListAlertDefinitionsAdmin(Guid) |
擷取指定使用者所建立的警報定義清單。 |
| ListUsersAdmin(String) |
取得 SharePoint 網站上建立警示定義的使用者名單。 |