Refresh Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Refresh the CatalogProperty. Ensures that the cache is coherent with the current design-time view properties.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Overrides Sub Refresh
'Usage
Dim instance As CatalogProperty
instance.Refresh()
public override void Refresh()
public:
virtual void Refresh() override
public override 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 Catalog APIs, and thereby the cache will gradually 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.