AlertManagementClient 类

定义

提供客户端可编程管理(创建、编辑、删除和列表)警报定义的方法。

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
属性
实现

构造函数

名称 说明
AlertManagementClient()

初始化 AlertManagementClient 类的新实例。

AlertManagementClient(Binding, EndpointAddress)

初始化一个新的类实例 AlertManagementClient ,使用指定的端点绑定和服务端点地址。

AlertManagementClient(String, EndpointAddress)

使用指定的配置服务名称初始化该类的新实例 AlertManagementClient ,用于端点绑定和服务的端点地址。

AlertManagementClient(String, String)

使用指定的配置服务名称进行端点绑定,并初始化该类的新实例 AlertManagementClient ,并使用服务的完全限定端点地址。

AlertManagementClient(String)

使用指定的配置服务名称初始化该类的新实例 AlertManagementClient 以进行端点绑定。

方法

名称 说明
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 网站上的用户列表。

适用于