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.
Represents a request to change a notification.
Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly:  CoreProviders (in CoreProviders.dll)
Inheritance Hierarchy
System.Object
  Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications.NotificationChangeRequest
Syntax
[DataContractAttribute(Namespace = "https://www.microsoft.com/WindowsServerSolutions/ProviderFramework/Notifications/3/2010")]
public class NotificationChangeRequest
[DataContractAttribute(Namespace = "https://www.microsoft.com/WindowsServerSolutions/ProviderFramework/Notifications/3/2010")]
public ref class NotificationChangeRequest 
<DataContractAttribute(Namespace := "https://www.microsoft.com/WindowsServerSolutions/ProviderFramework/Notifications/3/2010")>
Public Class NotificationChangeRequest
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | NotificationChangeRequest(Notification) | Initializes a new instance of the NotificationChangeRequest class with the specified Notification object. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | AddedOrChanged | Gets a list of the properties that are requested to be changed or added to the notification. | 
| .jpeg) | NotificationToChange | Gets the Notification object that is requested be changed. | 
| .jpeg) | Removed | Gets the properties that are requested to be removed from the Notification object. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Accept() | Accepts the changes in the NotificationChangeRequest object and reraises the changed notification. | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top