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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PaymentMethodRouterPipelineComponent Class