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.
Saves the global configuration settings to the Administration database.
Namespace: Microsoft.CommerceServer.Interop.Configuration
Assembly: Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)
Syntax
'Declaration
Public Sub SaveConfig
'Usage
Dim instance As GlobalConfig2FreeThreaded
instance.SaveConfig()
public void SaveConfig()
public:
virtual void SaveConfig() sealed
public final function SaveConfig()
Implements
IGlobalConfig2..::.SaveConfig()()()
Remarks
Implements IGlobalConfig2.SaveConfig (SaveConfig).
This method writes configuration information to the Administration database.
The Initialize method must be called before this method can be called.
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.
See Also
Reference
GlobalConfig2FreeThreaded Class