ManagementGroup::OnGroomingNotification Event

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Notifies subscribers when grooming occurs.

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

public:
[ObsoleteAttribute("Please use OperationalData.OnGroomingNotification")]
event EventHandler<GroomingNotificationEventArgs^>^ OnGroomingNotification {
	void add(EventHandler<GroomingNotificationEventArgs^>^ value);
	void remove(EventHandler<GroomingNotificationEventArgs^>^ value);
}

Upon subscription, callers receive all the latest grooming information objects. Subsequent notifications include only grooming changes.

Return to top
Show: