Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises a persistent notification that is managed by the Notifications Provider.
Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly:  CoreProviders (in CoreProviders.dll)
Syntax
public Action RaiseNotification(
    Notification newNotification
)
public:
Action^ RaiseNotification(
    Notification^ newNotification
)
Public Function RaiseNotification (
    newNotification As Notification
) As Action
Parameters
newNotification
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications.NotificationThe Notification object that defines the persistent notification.
Return Value
Type: System.Action
An instance of Action, which represents the delegate that can be used to clear the notification.
Remarks
This method can be used to raise a new persistent notification, or to refresh an existing notification with new data.
See Also
Notifier Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top