SiteConfigReadOnlyFreeThreaded Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Allows access to site configuration properties with multiple threads.

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("A9568C8C-F912-3D66-88E8-D8AE547AF805")> _
<CLSCompliantAttribute(False)> _
Public Class SiteConfigReadOnlyFreeThreaded
'Usage
Dim instance As SiteConfigReadOnlyFreeThreaded
[ComVisibleAttribute(true)]
[GuidAttribute("A9568C8C-F912-3D66-88E8-D8AE547AF805")]
[CLSCompliantAttribute(false)]
public class SiteConfigReadOnlyFreeThreaded
[ComVisibleAttribute(true)]
[GuidAttribute(L"A9568C8C-F912-3D66-88E8-D8AE547AF805")]
[CLSCompliantAttribute(false)]
public ref class SiteConfigReadOnlyFreeThreaded
public class SiteConfigReadOnlyFreeThreaded

Remarks

The SiteConfigReadOnlyFreeThreaded object allows access to more configuration data than does the SiteConfig Object object. With the SiteConfigReadOnlyFreeThreaded object, group resource values are returned when you access references to resources. In contrast, with the SiteConfig object, only references to the names of the resources are returned.

This class is used to return configuration settings about a Commerce Site as well as the Resources in the Site. By default, sites only contain Commerce Resources (such as Catalog, Marketing) and Commerce Applications (such as the Commerce Site, and the Web Services).

However, these classes can also be used to create/access/modify custom resources and store/retrieve/update their configuration settings in the Administration database.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Interop.Configuration..::.SiteConfigReadOnlyFreeThreaded

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

SiteConfigReadOnlyFreeThreaded Members

Microsoft.CommerceServer.Interop.Configuration Namespace