NotificationChangeRequest Class
Represents a request to change a notification.
Assembly: CoreProviders (in CoreProviders.dll)
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications::NotificationChangeRequest
| Name | Description | |
|---|---|---|
![]() | NotificationChangeRequest(Notification^) | Initializes a new instance of the NotificationChangeRequest class with the specified Notification object. |
| Name | Description | |
|---|---|---|
![]() | AddedOrChanged | Gets a list of the properties that are requested to be changed or added to the notification. |
![]() | NotificationToChange | Gets the Notification object that is requested be changed. |
![]() | Removed | Gets the properties that are requested to be removed from the Notification object. |
| Name | Description | |
|---|---|---|
![]() | Accept() | Accepts the changes in the NotificationChangeRequest object and reraises the changed notification. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


