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

See Also

Reference

OrdersWebService Class

OrdersWebService Members

Microsoft.CommerceServer.Orders.WebService Namespace