GlobalConfigFreeThreaded Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the GlobalConfigFreeThreaded class.
Namespace: Microsoft.CommerceServer.Interop.Configuration
Assembly: Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New GlobalConfigFreeThreaded()
public GlobalConfigFreeThreaded()
public:
GlobalConfigFreeThreaded()
public function GlobalConfigFreeThreaded()
Remarks
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.
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