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