PipelineBase Class (BCL)

The abstract base class for pipelines.

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

Protected Instance Constructor

Constructor Description
PipelineBase Constructor(String, String, Boolean, String, DebugContext) Creates a new instance of the PipelineBase class.

 

Public Instance Methods

Method Description
Execute(Object, Object) Executes the pipeline.
ToString Returns the name of the pipeline.

 

Public Instance Properties

Property Description
DebugContext Gets the DebugContext object for the pipeline.
LoggingEnabled Gets a Boolean that determines whether logging is enabled.
LogPath Gets the pipeline log file path.
Name Gets the friendly name of the pipeline.
PipelineConfigPath Gets the path to the pipeline .pcf file.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Pipelines

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.