RefreshShippingMethodCache Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Method Refreshes the ShippingMethod cache for the RunTime system.
Namespace: Microsoft.CommerceServer.Orders.WebService
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Sub RefreshShippingMethodCache
'Usage
Dim instance As OrdersWebService
instance.RefreshShippingMethodCache()
[WebMethodAttribute]
public virtual void RefreshShippingMethodCache()
[WebMethodAttribute]
public:
virtual void RefreshShippingMethodCache()
public function RefreshShippingMethodCache()
Remarks
This method refreshes cache on all the webservers for the site. It looks in the Admin database to get the list of webservers. It invokes a page similar to bdrefresh on each server to refresh the cache as used by the Commerce Server.
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.