ProfileContext Class

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

Represents a Commerce Server profile service component. This class cannot be inherited. This class cannot be inherited.

Namespace:  Microsoft.CommerceServer.Runtime.Profiles
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public NotInheritable Class ProfileContext _
    Implements IDisposable
'Usage
Dim instance As ProfileContext
public sealed class ProfileContext : IDisposable
public ref class ProfileContext sealed : IDisposable
public final class ProfileContext implements IDisposable

Remarks

A default profile object is created by the .Net framework. You use the ProfileContext object to manipulate Profile objects and SiteTerm objects, and to gain access to the OLEDB Provider for Commerce Server for bulk profile manipulations.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime.Profiles..::.ProfileContext

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

ProfileContext Members

Microsoft.CommerceServer.Runtime.Profiles Namespace