SiteConfigReadOnlyFreeThreaded Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Allows access to site configuration properties with multiple threads.
The SiteConfigReadOnlyFreeThreaded type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SiteConfigReadOnlyFreeThreaded | Initializes a new instance of the SiteConfigReadOnlyFreeThreaded class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases the unmanaged resources used by this object. | |
Equals | (Inherited from Object.) | |
Finalize | Allows a SiteConfigReadOnlyFreeThreaded object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Overrides Object..::.Finalize()()().) | |
GetAppsInSite | Gets a list of Commerce Server applications for the specified site. | |
GetHashCode | (Inherited from Object.) | |
GetIfCollection | Converts values read from the Fields property into appropriate object such as a SimpleList object or a Variant Array. | |
GetType | (Inherited from Object.) | |
Initialize | Loads the site configuration from the Administration database. | |
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 | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Fields | Gets an object whose contents include recordsets that hold the configuration settings of the site. |
Top