Partager via


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

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