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.
A pipeline component for the Payment Method.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
<GuidAttribute("0BBC8DD2-9255-4742-9F48-F40A336A55FE")> _
<ComVisibleAttribute(True)> _
Public Class PaymentMethodRouterPipelineComponent _
Implements IDisposable
'Usage
Dim instance As PaymentMethodRouterPipelineComponent
[GuidAttribute("0BBC8DD2-9255-4742-9F48-F40A336A55FE")]
[ComVisibleAttribute(true)]
public class PaymentMethodRouterPipelineComponent : IDisposable
[GuidAttribute(L"0BBC8DD2-9255-4742-9F48-F40A336A55FE")]
[ComVisibleAttribute(true)]
public ref class PaymentMethodRouterPipelineComponent : IDisposable
public class PaymentMethodRouterPipelineComponent implements IDisposable
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.
For more information about the IpipelineComponentAdmin interface, see IPipelineComponentAdmin Interface [CS05]. For more information about the IpipelineComponent interface, see IPipelineComponent Interface [CS05]. For more information about the IpipelineComponentDescription interface, see IPipelineComponentDescription Interface [CS05].
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Orders..::.PaymentMethodRouterPipelineComponent
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.