Jaa


PaymentMethodRouterPipelineComponent Constructor

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Initializes a new instance of the PaymentMethodRouterPipelineComponent class.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New PaymentMethodRouterPipelineComponent()
public PaymentMethodRouterPipelineComponent()
public:
PaymentMethodRouterPipelineComponent()
public function PaymentMethodRouterPipelineComponent()

Remarks

All pipeline components must implement the IPipelineComponent interface, passing an OrderForm object interface pointer between each component. If a component returns an error, the pipeline may terminate execution and return an error to the caller.

Permissions

See Also

Reference

PaymentMethodRouterPipelineComponent Class

PaymentMethodRouterPipelineComponent Members

Microsoft.CommerceServer.Orders Namespace