Share via


CheckInventory Class

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

Represents the CheckInventory pipeline component.

Namespace:  Microsoft.CommerceServer.Inventory
Assembly:  Microsoft.CatalogServer (in Microsoft.CatalogServer.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("1B6171E2-733B-4c7a-B179-EF9F1F1F9F2E")> _
Public Class CheckInventory _
    Inherits RegisterCOMComponentFriendlyName
'Usage
Dim instance As CheckInventory
[ComVisibleAttribute(true)]
[GuidAttribute("1B6171E2-733B-4c7a-B179-EF9F1F1F9F2E")]
public class CheckInventory : RegisterCOMComponentFriendlyName
[ComVisibleAttribute(true)]
[GuidAttribute(L"1B6171E2-733B-4c7a-B179-EF9F1F1F9F2E")]
public ref class CheckInventory : public RegisterCOMComponentFriendlyName
public class CheckInventory extends RegisterCOMComponentFriendlyName

Remarks

The component provides real time inventory stock checks on items in the customers basket.

For more information about the IpipelineComponent interface, see IPipelineComponent Interface [CS05]. For more information about the IpipelineComponentDescription interface, see IPipelineComponentDescription Interface [CS05].

Inheritance Hierarchy

System..::.Object
  RegisterCOMComponentFriendlyName
    Microsoft.CommerceServer.Inventory..::.CheckInventory

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

CheckInventory Members

Microsoft.CommerceServer.Inventory Namespace