Share via


OrderGroup.RunPipeline (PipelineInfo, PipelineBase) Method (BCL)

Use this method to execute the stages of a specified pipeline.

Definition

[Visual Basic .NET]

Public Sub RunPipeline( _ByValpipelineInfo As PipelineInfo, _
  ByValpipeline As PipelineBase _
) 

[C#]

public void RunPipeline(PipelineInfopipelineInfo,
  PipelineBasepipeline);

Parameters

[Visual Basic .NET]

  • pipelineInfo
    The prespecified information used during pipeline processing.
  • pipeline
    The pipeline to run on the OrderGroup object. Cannot be null.

[C#]

  • pipelineInfo
    The prespecified information used during pipeline processing.
  • pipeline
    The pipeline to run on the OrderGroup object. Cannot be null.

Remarks

Throws an ArgumentNullException if the pipeline parameter is null.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Example Code for the Microsoft.CommerceServer.Runtime.Orders Namespace

Copyright © 2005 Microsoft Corporation.
All rights reserved.