Share via


InitializeEx Method

Legacy purposes 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 GlobalConfigFreeThreaded
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

GlobalConfigFreeThreaded Class

GlobalConfigFreeThreaded Members

Microsoft.CommerceServer.Interop.Configuration Namespace