CommerceProfileModule Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
CommerceProfileModule is responsible for creating the default ProfileContext for the site. This class cannot be inherited.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public NotInheritable Class CommerceProfileModule _
Inherits CommerceModule
'Usage
Dim instance As CommerceProfileModule
public sealed class CommerceProfileModule : CommerceModule
public ref class CommerceProfileModule sealed : public CommerceModule
public final class CommerceProfileModule extends CommerceModule
Remarks
This CommerceProfileModule is responsible for initializing the Profiling System and creating a default ProfileContext class instance for the site. It also can create an instance of the Commerce Server OLEDB provider that can be used for bulk profile operations.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime..::.CommerceModule
Microsoft.CommerceServer.Runtime.Profiles..::.CommerceProfileModule
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.