Share via


Notification.Save Method

Saves changes made to a Notification object in the associated subscription.

Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Syntax

'Declaration
Public MustOverride Sub Save
public abstract void Save ()
public:
virtual void Save () abstract
public abstract void Save ()
public abstract function 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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Notification Class
Notification Members
Microsoft.ReportingServices.Interfaces Namespace