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 사이트의 사용자 목록을 검색합니다.

적용 대상