Notification.Save Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves changes made to a Notification object in the associated subscription.
public:
abstract void Save();
public abstract void Save ();
abstract member Save : unit -> unit
Public MustOverride Sub Save ()
Remarks
The Save method allows delivery extensions to update a subscription with changes made to the Notification object. Any changes to the UserData and Status properties are written back to the subscription that was used to generate the Notification object. The Save method allows delivery extensions to update the status of the subscription and to upgrade configuration information without requiring a user to recreate a subscription.