CommerceContext Class

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

The primary class used to interface with Commerce Server. This class cannot be inherited.

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

Syntax

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

Remarks

This class is sealed.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime..::.CommerceContext

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

CommerceContext Members

Microsoft.CommerceServer.Runtime Namespace