Refresh Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Refreshes the inventory catalog object. Ensures that the cache is coherent with the current design-time view properties.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub Refresh
'Usage
Dim instance As InventoryCatalog
instance.Refresh()
public void Refresh()
public:
void Refresh()
public function Refresh()
Remarks
Refresh this object with the state of the server. This method is used to flush the cached data. The next time that data is queried, it will be retrieved from the Inventory APIs, and thereby the cache will be filled with the coherent design-time view of the data.
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.