Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents the collection of Pipeline objects configured for the site.
Namespace: Microsoft.CommerceServer.Runtime.Pipelines
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Class PipelineCollection _
Implements ICollection, IEnumerable
'Usage
Dim instance As PipelineCollection
public class PipelineCollection : ICollection,
IEnumerable
public ref class PipelineCollection : ICollection,
IEnumerable
public class PipelineCollection implements ICollection, IEnumerable
Remarks
Stores the collection of pipelines configured for the site. Pipelines in this collection are referenced by a pipeline name, which is used in a case-insensitive fashion. The pipelines are either a ContentSelectionPipeline or an OrderPipeline object.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime.Pipelines..::.PipelineCollection
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.