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.
Loads the global configuration from 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 Initialize ( _
bstrResourceName As String _
)
'Usage
Dim instance As GlobalConfig2FreeThreaded
Dim bstrResourceName As String
instance.Initialize(bstrResourceName)
public void Initialize(
string bstrResourceName
)
public:
virtual void Initialize(
String^ bstrResourceName
) sealed
public final function Initialize(
bstrResourceName : String
)
Parameters
- bstrResourceName
Type: System..::.String
The name of the resource configuration object to load.
Implements
IGlobalConfig2..::.Initialize(String)
Remarks
Implements IGlobalConfig2.Initialize (Initialize).
Instantiates the configuration file with the SideID, Name, Description, Status, DateCreated, and DateModified.
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