Share via


IOperationalDataManagement.OnGroomingNotification Event

Definition

Notifies subscribers of grooming occuring. Upon subscription, callers will receive all the latest grooming info objects and subsequent notifications will only include changes.

public:
 event EventHandler<Microsoft::EnterpriseManagement::Monitoring::GroomingNotificationEventArgs ^> ^ OnGroomingNotification;
event EventHandler<Microsoft.EnterpriseManagement.Monitoring.GroomingNotificationEventArgs> OnGroomingNotification;
member this.OnGroomingNotification : EventHandler<Microsoft.EnterpriseManagement.Monitoring.GroomingNotificationEventArgs> 
Event OnGroomingNotification As EventHandler(Of GroomingNotificationEventArgs) 

Event Type

Remarks

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

Applies to