GlobalConfig2FreeThreaded Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This class is used to return configuration settings about Commerce Server Global Resources (such as Profiles, Commerce Authentication, DirectMailer). It can also be used to access the list of sites in the Commerce Server deployment.
This API is not CLS-compliant.
Namespace: Microsoft.CommerceServer.Interop.Configuration
Assembly: Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)
Syntax
'Declaration
<GuidAttribute("2AB32281-4083-36D5-B4E4-79DAA2BB4A52")> _
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class GlobalConfig2FreeThreaded _
Inherits ServicedComponent _
Implements IGlobalConfig2
'Usage
Dim instance As GlobalConfig2FreeThreaded
[GuidAttribute("2AB32281-4083-36D5-B4E4-79DAA2BB4A52")]
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class GlobalConfig2FreeThreaded : ServicedComponent, IGlobalConfig2
[GuidAttribute(L"2AB32281-4083-36D5-B4E4-79DAA2BB4A52")]
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class GlobalConfig2FreeThreaded : public ServicedComponent,
IGlobalConfig2
public class GlobalConfig2FreeThreaded extends ServicedComponent implements IGlobalConfig2
Remarks
Multiple threads can access the shared data.
Use this object to accomplish the following:
Create or delete resource configuration information
Save any updated global configuration information to the Administration database
Add a site
You can add your own custom resources to use this object to access configuration settings from the Administration database.
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System..::.ContextBoundObject
System.EnterpriseServices..::.ServicedComponent
Microsoft.CommerceServer.Interop.Configuration..::.GlobalConfig2FreeThreaded
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.