PipelineCollection Class
Stores the collection of pipelines configured for the site.
System.Object
**** Microsoft.CommerceServer.Runtime.Pipelines.PipelineCollection
Public Instance Constructor
Constructor | Description |
---|---|
PipelineCollection Constructor | Creates a new instance of the PipelineCollection class for the specified site. |
Public Instance Methods
Method | Description |
---|---|
Add(String, PipelineBase) | Adds a pipeline to the collection. |
CopyTo(Array, Int32) | Copies the pipeline objects into an array, starting at a particular array index. |
GetEnumerator | Supports enumeration of the pipelines in the collection. |
Public Instance Properties
Property | Description |
---|---|
Count | Gets the number of pipelines contained in the collection. |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized. |
Item(String) | Indexer to allow for accessing a pipeline based on the pipeline name. |
SyncRoot | Gets an object that can be used for synchronized access to the collection. |
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Pipelines
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
Copyright © 2005 Microsoft Corporation.
All rights reserved.