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)

適用於