NotificationRecipient Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Represents a user or group who receives Operations Manager notifications.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

System::Object
  Microsoft.EnterpriseManagement.Common::MonitoringBase
    Microsoft.EnterpriseManagement.Common::CreatableMonitoringBaseWithId
      Microsoft.EnterpriseManagement.Administration::NotificationRecipient

[SerializableAttribute]
public ref class NotificationRecipient : CreatableMonitoringBaseWithId

NameDescription
System_CAPS_pubmethodNotificationRecipient(String^)

Initializes the class NotificationRecipient with the name of the recipient.

NameDescription
System_CAPS_pubpropertyDevices

Gets the devices to which notifications can be sent for this recipient.

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 a unique, user-defined name for this recipient.

System_CAPS_pubpropertyScheduleEntries

Gets the schedule entries that determine when notifications are enabled for this recipient.

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.

After creating a NotificationRecipient, you can insert it into the operational database using the InsertNotificationRecipient method.

System_CAPS_noteNote

If you change the property values for a NotificationRecipient, you can update the operational database by calling the Update method.

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: