IOperationalDataManagement.OnGroomingNotification Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.