다음을 통해 공유


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
System_CAPS_pubmethod NotificationChangeRequest(Notification)

Initializes a new instance of the NotificationChangeRequest class with the specified Notification object.

Properties

Name Description
System_CAPS_pubproperty AddedOrChanged

Gets a list of the properties that are requested to be changed or added to the notification.

System_CAPS_pubproperty NotificationToChange

Gets the Notification object that is requested be changed.

System_CAPS_pubproperty Removed

Gets the properties that are requested to be removed from the Notification object.

Methods

Name Description
System_CAPS_pubmethod Accept()

Accepts the changes in the NotificationChangeRequest object and reraises the changed notification.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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