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
- bstrGroupName
Type: System..::.String
Contains the name of the global resource.
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
- 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