NotificationChangeRequest Class
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 | |
---|---|---|
NotificationChangeRequest(Notification) | Initializes a new instance of the NotificationChangeRequest class with the specified Notification object. |
Properties
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. |
Methods
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.) |
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