NotificationEndpoint Class

Updated: April 16, 2012

The abstract base class for a communication endpoint to which notifications can be sent. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As NotificationEndpoint <SerializableAttribute> _ Public MustInherit Class NotificationEndpoint Inherits CreatableMonitoringBaseWithId[SerializableAttribute] public abstract class NotificationEndpoint : CreatableMonitoringBaseWithId[SerializableAttribute] public ref class NotificationEndpoint abstract : public CreatableMonitoringBaseWithId/** @attribute SerializableAttribute() */ public abstract class NotificationEndpoint extends CreatableMonitoringBaseWithIdSerializableAttribute public abstract class NotificationEndpoint extends CreatableMonitoringBaseWithId

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.

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


  
    
      Microsoft.EnterpriseManagement.Administration.NotificationEndpoint
        
        
        
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms