AlertManagementChannel 接口

定义

实现一个渠道以便通过编程方式管理警报定义。

public interface class AlertManagementChannel : AlertingWcfProxy::AlertManagement, IDisposable, System::ServiceModel::IClientChannel, System::ServiceModel::IExtensibleObject<System::ServiceModel::IContextChannel ^>
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
public interface AlertManagementChannel : AlertingWcfProxy.AlertManagement, IDisposable, System.ServiceModel.IClientChannel, System.ServiceModel.IExtensibleObject<System.ServiceModel.IContextChannel>
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
type AlertManagementChannel = interface
    interface AlertManagement
    interface IClientChannel
    interface IContextChannel
    interface IChannel
    interface ICommunicationObject
    interface IExtensibleObject<IContextChannel>
    interface IDisposable
Public Interface AlertManagementChannel
Implements AlertManagement, IClientChannel, IDisposable, IExtensibleObject(Of IContextChannel)
属性
实现

方法

CreateAlertDefinition(AlertDefinitionCreate, AlertSchedule, DeliveryTarget)

从当前会话创建警报定义。

(继承自 AlertManagement)
CreateSession(String, String, Int32, String)

创建一个提示用户会话并且填充相关的馈送定义、架构和预览数据。

(继承自 AlertManagement)
CreateSessionForEdit(Guid, Int32)

为现有的警报定义创建一个新的警报会话。

(继承自 AlertManagement)
CreateSessionForEditAsCopy(Guid)

通过复制现有的数据馈送定义架构,为现有的警报定义创建一个新的警报会话。

(继承自 AlertManagement)
DeleteAlertDefinition(Guid)

将警报定义标记为要删除。

(继承自 AlertManagement)
DeleteAlertSession(Guid)

删除警报会话和所有未使用的数据馈送定义(包括馈送架构和预览数据)。

(继承自 AlertManagement)
GetAlertDefinition(Guid)

返回现有的警报定义。

(继承自 AlertManagement)
GetAlertSchedule(Guid)

返回现有警报定义的警报计划定义。

(继承自 AlertManagement)
GetDataFeedDefinitionsForSession(Guid)

返回提示用户会话的数据馈送定义的列表。

(继承自 AlertManagement)
GetDeliveryTargets(Guid)

返回现有警报定义的传递目标的集合。

(继承自 AlertManagement)
GetFeedPreviewData(Guid)

返回数据馈送预览记录的列表。

(继承自 AlertManagement)
GetFeedSchema(Guid)

返回馈送定义列的列表。

(继承自 AlertManagement)
ListAlertDefinitions(String)

返回当前用户的特定项的警报定义的集合。

(继承自 AlertManagement)
ListAlertDefinitionsAdmin(Guid)

返回特定站点和用户登录名的警报定义的列表。

(继承自 AlertManagement)
ListUsersAdmin(String)

返回创建了警报定义的 SharePoint 站点上用户的列表。

(继承自 AlertManagement)

适用于