InitializeEx Method

Internal use only.

Namespace:  Microsoft.CommerceServer.Interop.Configuration
Assembly:  Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)

Syntax

'Declaration
Public Sub InitializeEx ( _
    bstrGroupName As String _
)
'Usage
Dim instance As GlobalConfig2FreeThreaded
Dim bstrGroupName As String

instance.InitializeEx(bstrGroupName)
public void InitializeEx(
    string bstrGroupName
)
public:
void InitializeEx(
    String^ bstrGroupName
)
public function InitializeEx(
    bstrGroupName : String
)

Parameters

Remarks

This routine is for legacy purposes, it is not normally called.

bstrGroupName contains the name of the global resource. If this parameter is present, this method will load only the records associated with this global resource.

Permissions

See Also

Reference

GlobalConfig2FreeThreaded Class

GlobalConfig2FreeThreaded Members

Microsoft.CommerceServer.Interop.Configuration Namespace