IMonitoringNotificationManagement.GetNotificationActions Method

Definition

Get all actions.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::NotificationAction ^> ^ GetNotificationActions();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationAction> GetNotificationActions ();
abstract member GetNotificationActions : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationAction>
Public Function GetNotificationActions () As IList(Of NotificationAction)

Returns

IList<NotificationAction>

A collection of notification actions.

Applies to