OrderPipeline Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The order processing pipeline (OPP) type.
Namespace: Microsoft.CommerceServer.Runtime.Pipelines
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Class OrderPipeline _
Inherits PipelineBase
'Usage
Dim instance As OrderPipeline
public class OrderPipeline : PipelineBase
public ref class OrderPipeline : public PipelineBase
public class OrderPipeline extends PipelineBase
Remarks
Creates and runs an Order Processing (OPP) pipeline. This pipeline type is used during execution of an orders pipeline. Generally it is not directly executed by user code, but instead is executed using RunPipeline method in OrderGroup class.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime.Pipelines..::.PipelineBase
Microsoft.CommerceServer.Runtime.Pipelines..::.OrderPipeline
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.