INotificationSubscriber.OnNotificationRaised Method (Notification)
Informs the subscriber of a new Notification object.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly: CoreProviders (in CoreProviders.dll)
Syntax
void OnNotificationRaised(
Notification newNotification
)
void OnNotificationRaised(
Notification^ newNotification
)
Sub OnNotificationRaised (
newNotification As Notification
)
Parameters
newNotification
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications.NotificationThe new Notification object that was sent.
Remarks
Both persistent and one-shot notifications are passed to this method. This method may be called on any thread.
See Also
INotificationSubscriber Interface
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top