GlobalConfig2FreeThreaded Members
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.
The GlobalConfig2FreeThreaded type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GlobalConfig2FreeThreaded | Initializes a new instance of the GlobalConfig2FreeThreaded class. |
Top
Methods
Name | Description | |
---|---|---|
Activate | (Inherited from ServicedComponent.) | |
CanBePooled | (Inherited from ServicedComponent.) | |
Construct | (Inherited from ServicedComponent.) | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
CreateServiceConfig | Creates an instance of the specified class and loads the instance into the site recordset. | |
CreateSiteConfig | Creates an instance of SiteConfigFreeThreaded and writes configuration information for the specified site to the Administration database. | |
Deactivate | (Inherited from ServicedComponent.) | |
DeleteServiceConfig | Deletes configuration information for the specified resource. | |
DeleteSiteConfig | Deletes the specified configuration for the site and all configurations for the associated resources. | |
Dispose | Overloaded. Releases the unmanaged resources used by this object. | |
Equals | (Inherited from Object.) | |
Finalize | Allows a GlobalConfig2FreeThreaded object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Overrides Object..::.Finalize()()().) | |
GetApps | Returns the number of applications in a given site, of a specified type. | |
GetDBVersion | Gets the database version value. | |
GetGlobalResources | Retrieve a list of all the names of the resources from the Resources table in the Administration database. | |
GetGlobalResourcesOfType | Retrieve a list of all the names of the resources, of a specified resource type, from the Resources table in the Administration database. | |
GetHashCode | (Inherited from Object.) | |
GetIfCollection | Converts values read from the Fields property into appropriate objects such as a SimpleList object or a Variant Array. | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetRefSites | Retrieve a collection of all the site names that reference the given resource from the Administration database. | |
GetResourcePropAttrib | Retrieves a dictionary of key/value pairs that denote the attributes of the specified property of the specified resource. | |
GetSecuredPropertySites | Retrieve a collection of all the site names that have secured properties from the Administration database. | |
GetServers | Returns the number of web servers in a given application in a given site. | |
GetType | (Inherited from Object.) | |
Initialize | Loads the global configuration from the Administration database. | |
InitializeEx | Internal use only. | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MakeArrayFromSimpleList | Convert the specified SimpleList object into an Array. | |
MakeArrayFromString | Convert the specified string object into an Array. | |
MakeSimpleListFromArray | Converts an Array into a SimpleList object. | |
MakeStringFromArray | Converts an Array object into an encoded string. | |
MakeStringFromSimpleList | Convert a SimpleList object into an encoded string. | |
MemberwiseClone | Overloaded. | |
SaveConfig | Saves the global configuration settings to the Administration database. | |
Sites | Retrieves a list of all the sites available in the Administration database. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Fields | Gets an object whose contents include recordsets that hold the configuration settings of resources. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IServicedComponentInfo..::.GetComponentInfo | (Inherited from ServicedComponent.) | |
IRemoteDispatch..::.RemoteDispatchAutoDone | (Inherited from ServicedComponent.) | |
IRemoteDispatch..::.RemoteDispatchNotAutoDone | (Inherited from ServicedComponent.) |
Top