AlertManagementClient 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클라이언트가 프로그래밍적으로 알림 정의를 관리(생성, 편집, 삭제, 목록화)할 수 있는 방법을 제공합니다.
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
- 특성
- 구현
생성자
| Name | Description |
|---|---|
| AlertManagementClient() |
AlertManagementClient 클래스의 새 인스턴스를 초기화합니다. |
| AlertManagementClient(Binding, EndpointAddress) |
지정된 엔드포인트 바인딩과 서비스의 엔드포인트 주소로 클래스의 AlertManagementClient 새 인스턴스를 초기화합니다. |
| AlertManagementClient(String, EndpointAddress) |
엔드포인트 바인딩을 위해 지정된 구성 서비스 이름과 서비스 엔드포인트 주소를 사용하여 클래스의 AlertManagementClient 새 인스턴스를 초기화합니다. |
| AlertManagementClient(String, String) |
엔드포인트 바인딩을 위해 지정된 구성 서비스 이름과 서비스의 완전 자격화된 엔드포인트 주소를 사용하여 클래스의 AlertManagementClient 새 인스턴스를 초기화합니다. |
| AlertManagementClient(String) |
엔드포인트 바인딩을 위해 지정된 구성 서비스 이름을 사용하여 클래스의 AlertManagementClient 새 인스턴스를 초기화합니다. |
메서드
| Name | Description |
|---|---|
| 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 사이트 사용자 목록을 가져옵니다. |