GlobalConfigFreeThreaded 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
<ComVisibleAttribute(True)> _
<GuidAttribute("0D24248C-9E90-3EA8-ABA4-ADAB30899AB0")> _
<CLSCompliantAttribute(False)> _
Public Class GlobalConfigFreeThreaded _
    Inherits ServicedComponent _
    Implements IGlobalConfig
'Usage
Dim instance As GlobalConfigFreeThreaded
[ComVisibleAttribute(true)]
[GuidAttribute("0D24248C-9E90-3EA8-ABA4-ADAB30899AB0")]
[CLSCompliantAttribute(false)]
public class GlobalConfigFreeThreaded : ServicedComponent, IGlobalConfig
[ComVisibleAttribute(true)]
[GuidAttribute(L"0D24248C-9E90-3EA8-ABA4-ADAB30899AB0")]
[CLSCompliantAttribute(false)]
public ref class GlobalConfigFreeThreaded : public ServicedComponent, 
    IGlobalConfig
public class GlobalConfigFreeThreaded extends ServicedComponent implements IGlobalConfig

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..::.GlobalConfigFreeThreaded

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.

See Also

Reference

GlobalConfigFreeThreaded Members

Microsoft.CommerceServer.Interop.Configuration Namespace