Share via


NotificationEndpoint Class

Definition

A notification endpoint for notification subscriptions

public ref class NotificationEndpoint abstract : Microsoft::EnterpriseManagement::Common::CreatableMonitoringBaseWithId
[System.Serializable]
public abstract class NotificationEndpoint : Microsoft.EnterpriseManagement.Common.CreatableMonitoringBaseWithId
type NotificationEndpoint = class
    inherit CreatableMonitoringBaseWithId
Public MustInherit Class NotificationEndpoint
Inherits CreatableMonitoringBaseWithId
Inheritance
NotificationEndpoint
Derived
Attributes

Remarks

To create a notification endpoint, initialize one of the following derived classes:

  1. SipNotificationEndpoint - An endpoint for sending notifications using the Session Initiation Protocol (SIP). This protocol is supported by various instant messaging systems.

  2. SmsNotificationEndpoint - An endpoint for sending notifications using the Short Message Service (SMS). This service is supported by various mobile phones and other handheld devices.

  3. SmtpNotificationEndpoint - An endpoint for sending notifications using the Simple Mail Transport Protocol (SMTP). This endpoint allows you to send notifications to e-mail addresses.

Note

After setting NotificationEndpoint property values, call the Update method to update the endpoint in the operational database.

Properties

Description

The description of the endpoint.

DisplayName

The display name of the endpoint.

ManagementGroup

The ManagementGroup the object was instantiated in.

Name

The name of the endpoint.

RecipientProtocol

The recipient protocol.

Methods

Reconnect(EnterpriseManagementGroup)

Reconnects the specified management group.

Update()

Updates the notification endpoint.

Applies to