次の方法で共有


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)

適用対象