NotificationEndpoint Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 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)


[SerializableAttribute]
public ref class NotificationEndpoint abstract : CreatableMonitoringBaseWithId

NameDescription
System_CAPS_pubpropertyDescription

Gets or sets the description of this notification endpoint.

System_CAPS_pubpropertyDisplayName

Gets or sets a descriptive name for the endpoint.

System_CAPS_pubpropertyId
System_CAPS_pubpropertyManagementGroup

The connection management group connection used by this object.

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyName

Gets or sets the name of the endpoint.

System_CAPS_pubpropertyRecipientProtocol

Gets or sets the name of the protocol used to send notifications to this endpoint.

NameDescription
System_CAPS_pubmethodEquals(Object^)
System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase::Reconnect(EnterpriseManagementGroup^).)

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethodUpdate()

Updates the operational database with the modified property values.

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.

System_CAPS_noteNote

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

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

Return to top
Show: