ManagementGroup.GetNotificationEndpoints Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of all the notification endpoint objects.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Notifications.GetNotificationEndpoints()")]
public ReadOnlyCollection<NotificationEndpoint> GetNotificationEndpoints()
public:
[ObsoleteAttribute("Please use Notifications.GetNotificationEndpoints()")]
ReadOnlyCollection<NotificationEndpoint^>^ GetNotificationEndpoints()
[<ObsoleteAttribute("Please use Notifications.GetNotificationEndpoints()")>]
member GetNotificationEndpoints : unit -> ReadOnlyCollection<NotificationEndpoint>
<ObsoleteAttribute("Please use Notifications.GetNotificationEndpoints()")>
Public Function GetNotificationEndpoints As ReadOnlyCollection(Of NotificationEndpoint)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<NotificationEndpoint>
Returns aReadOnlyCollection<T> object ofNotificationEndpoint objects.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top