Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Called after saving the current shipment to the database to allow custom post-save marshaling.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Overrides Sub SavedToStorage
'Usage
Dim instance As Shipment
instance.SavedToStorage()
public override void SavedToStorage()
public:
virtual void SavedToStorage() override
public override function SavedToStorage()
Remarks
Used to perform post-save marshaling steps specific to this class. Derived classes may override this method but should call the base class version.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.