AlertManagementChannel Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Implements a channel to programmatically manage alert definitions.
Assembly: AlertingWcfProxy (in AlertingWcfProxy.dll)
| Name | Description | |
|---|---|---|
![]() | AllowInitializationUI | (Inherited from IClientChannel.) |
![]() | AllowOutputBatching | (Inherited from IContextChannel.) |
![]() | DidInteractiveInitialization | (Inherited from IClientChannel.) |
![]() | Extensions | (Inherited from IExtensibleObject<T>.) |
![]() | InputSession | (Inherited from IContextChannel.) |
![]() | LocalAddress | (Inherited from IContextChannel.) |
![]() | OperationTimeout | (Inherited from IContextChannel.) |
![]() | OutputSession | (Inherited from IContextChannel.) |
![]() | RemoteAddress | (Inherited from IContextChannel.) |
![]() | SessionId | (Inherited from IContextChannel.) |
![]() | State | (Inherited from ICommunicationObject.) |
![]() | Via | (Inherited from IClientChannel.) |
| Name | Description | |
|---|---|---|
![]() | Abort() | (Inherited from ICommunicationObject.) |
![]() | BeginClose(AsyncCallback^, Object^) | (Inherited from ICommunicationObject.) |
![]() | BeginClose(TimeSpan, AsyncCallback^, Object^) | (Inherited from ICommunicationObject.) |
![]() | BeginDisplayInitializationUI(AsyncCallback^, Object^) | (Inherited from IClientChannel.) |
![]() | BeginOpen(AsyncCallback^, Object^) | (Inherited from ICommunicationObject.) |
![]() | BeginOpen(TimeSpan, AsyncCallback^, Object^) | (Inherited from ICommunicationObject.) |
![]() | Close() | (Inherited from ICommunicationObject.) |
![]() | Close(TimeSpan) | (Inherited from ICommunicationObject.) |
![]() | CreateAlertDefinition(AlertDefinitionCreate^, AlertSchedule^, DeliveryTarget^) | Creates the alert definitions from the current session.(Inherited from AlertManagement.) |
![]() | CreateSession(String^, String^, Int32, String^) | Creates an alerting user session and populates related feed definitions, schema and preview data.(Inherited from AlertManagement.) |
![]() | CreateSessionForEdit(Guid, Int32) | Creates a new alerting session for the existing alert definition.(Inherited from AlertManagement.) |
![]() | CreateSessionForEditAsCopy(Guid) | Creates a new alerting session for the existing alert definition by copying existing data feed definition schema.(Inherited from AlertManagement.) |
![]() | DeleteAlertDefinition(Guid) | Marks the alert definition for deletion.(Inherited from AlertManagement.) |
![]() | DeleteAlertSession(Guid) | Deletes the alerting session and all the unused data feed definitions including feed schema and preview data.(Inherited from AlertManagement.) |
![]() | DisplayInitializationUI() | (Inherited from IClientChannel.) |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | EndClose(IAsyncResult^) | (Inherited from ICommunicationObject.) |
![]() | EndDisplayInitializationUI(IAsyncResult^) | (Inherited from IClientChannel.) |
![]() | EndOpen(IAsyncResult^) | (Inherited from ICommunicationObject.) |
![]() | GetAlertDefinition(Guid) | Returns the existing alert definition.(Inherited from AlertManagement.) |
![]() | GetAlertSchedule(Guid) | Returns the alert schedule definition for the existing alert definition.(Inherited from AlertManagement.) |
![]() | GetDataFeedDefinitionsForSession(Guid) | Returns the list of the data feed definitions for the alerting user session.(Inherited from AlertManagement.) |
![]() | GetDeliveryTargets(Guid) | Returns the collection of the delivery targets for the existing alert definition.(Inherited from AlertManagement.) |
![]() | GetFeedPreviewData(Guid) | Returns the list of the data feed preview records.(Inherited from AlertManagement.) |
![]() | GetFeedSchema(Guid) | Returns the list of the feed definition columns.(Inherited from AlertManagement.) |
![]() | GetProperty<T>() | (Inherited from IChannel.) |
![]() | ListAlertDefinitions(String^) | Returns the collection of the alert definitions for the specific item for the current user.(Inherited from AlertManagement.) |
![]() | ListAlertDefinitionsAdmin(Guid) | Returns the list of the alert definitions for the specific site and user logon name.(Inherited from AlertManagement.) |
![]() | ListUsersAdmin(String^) | Returns the list of the users on the SharePoint site that created alert definitions.(Inherited from AlertManagement.) |
![]() | Open() | (Inherited from ICommunicationObject.) |
![]() | Open(TimeSpan) | (Inherited from ICommunicationObject.) |
| Name | Description | |
|---|---|---|
![]() | Closed | (Inherited from ICommunicationObject.) |
![]() | Closing | (Inherited from ICommunicationObject.) |
![]() | Faulted | (Inherited from ICommunicationObject.) |
![]() | Opened | (Inherited from ICommunicationObject.) |
![]() | Opening | (Inherited from ICommunicationObject.) |
![]() | UnknownMessageReceived | (Inherited from IClientChannel.) |


