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.
Initializes a new instance of the PipelineInfo class.
Overload List
Name | Description | |
---|---|---|
![]() |
PipelineInfo(String) | Initializes a new instance of the PipelineInfo class using the specified pipeline name. |
![]() |
PipelineInfo(String, OrderPipelineType) | Initializes a new instance of the PipelineInfo class using the specified pipeline name and pipeline type |
Top
Remarks
PipelineInfo provides additional information to pipeline components in an executing pipeline, such as ProfileContext.
Typically, you create a new PipelineInfo for each invocation of a pipeline. Prior to pipeline invocation, you can use the PipelineInfo context dictionary to pre-populate the pipeline context with any objects that are needed within the context of the Pipeline.
The context dictionary encapsulated by this class is populated only in case of a web application and it requires the following modules to be configured in the web.config
A PipelineInfo object contains references to unmanaged objects. You should call the Dispose method of the PipelineInfo object when you are through with the PipelineInfo object.