NotificationChangeRequest Class

 

Represents a request to change a notification.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly:  CoreProviders (in CoreProviders.dll)

System::Object
  Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications::NotificationChangeRequest

[DataContractAttribute(Namespace = "http://www.microsoft.com/WindowsServerSolutions/ProviderFramework/Notifications/3/2010")]
public ref class NotificationChangeRequest 

NameDescription
System_CAPS_pubmethodNotificationChangeRequest(Notification^)

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

NameDescription
System_CAPS_pubpropertyAddedOrChanged

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

System_CAPS_pubpropertyNotificationToChange

Gets the Notification object that is requested be changed.

System_CAPS_pubpropertyRemoved

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

NameDescription
System_CAPS_pubmethodAccept()

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: