SavedToStorage Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Called after saving a mapped class instance to storage to allow custom post-save marshaling.

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Overridable Sub SavedToStorage
'Usage
Dim instance As MappedStorageBase

instance.SavedToStorage()
public virtual void SavedToStorage()
public:
virtual void SavedToStorage()
public function SavedToStorage()

Remarks

This method is called immediately after a mapped class instance has been marshaled to mapped storage. It can be used to undo any custom marshaling steps applied in SavingToStorage.

Derived classes are not required to implement an override of this method. The default behavior of the base class is to do nothing.

Permissions

See Also

Reference

MappedStorageBase Class

MappedStorageBase Members

Microsoft.CommerceServer.Runtime Namespace

SavingToStorage

LoadedFromStorage