Initialize Method
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 GlobalConfigFreeThreaded
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
IGlobalConfig..::.Initialize(String)
Remarks
Implements IGlobalConfig.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
GlobalConfigFreeThreaded Class