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)

通过将指定的配置服务名称用于端点绑定,初始化 AlertManagementClient 类的新实例。

AlertManagementClient(String, EndpointAddress)

通过将指定的配置服务名称用于端点绑定以及服务的端点地址,初始化 AlertManagementClient 类的新实例。

AlertManagementClient(String, 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 站点上用户的列表。

适用于