ValuesRead Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns an array of strings containing the ContextValuesRead.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
Public Function ValuesRead As Object
'Usage
Dim instance As PaymentMethodRouterPipelineComponent
Dim returnValue As Object
returnValue = instance.ValuesRead()
public Object ValuesRead()
public:
virtual Object^ ValuesRead() sealed
public final function ValuesRead() : Object
Return Value
Type: System..::.Object
An Object array of array of strings containing the ContextValuesRead. These values are read by the Execute method of the pipeline component.
Remarks
Returns an array of strings containing the ContextValuesRead.
Implements the ValuesRead method of the IPipelineComponentDescription interface.
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