OrderPipeline Class (BCL)

Creates and runs an Order Processing pipeline (OPP).

**System.Object
**   Microsoft.CommerceServer.Runtime.Pipelines.PipelineBase
      Microsoft.CommerceServer.Runtime.Pipelines.OrderPipeline

Public Instance Constructor

Constructor Description
OrderPipeline Constructor(String, String, Boolean, String, Boolean, DebugContext) Creates a new instance of the OrderPipeline class with the specified parameter values.

 

Public Instance Methods

Method Description
Execute(Object, Object) Executes the Order Pipeline using the Commerce.PooledPipeline or Commerce.PooledTxPipeline object.
ToString (Inherits from PipelineBase) Returns the name of the pipeline.

 

Public Instance Properties

Property Description
DebugContext (Inherits from PipelineBase) Gets the DebugContext object for this pipeline.
LoggingEnabled (Inherits from PipelineBase) Gets a Boolean that determines whether logging is enabled.
LogPath (Inherits from PipelineBase) Gets the pipeline log file path.
Name (Inherits from PipelineBase) Gets the friendly name of the pipeline.
PipelineConfigPath (Inherits from PipelineBase) Gets the path to the pipeline .pcf file.
TransactionalSetting Gets the transactional setting of the pipeline.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Pipelines

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to Read a Pipeline Collection and Display Its Properties

Copyright © 2005 Microsoft Corporation.
All rights reserved.