NotificationChangeRequest.Accept Method ()
Accepts the changes in the NotificationChangeRequest object and reraises the changed notification.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly: CoreProviders (in CoreProviders.dll)
Syntax
public void Accept()
public:
void Accept()
Public Sub Accept
Remarks
The delegate used to clear the notification that was created with the original notification can be used to clear the updated notfication.
See Also
NotificationChangeRequest Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top