RefreshPaymentMethodCache Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Method refreshes the PaymentMethod 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 RefreshPaymentMethodCache
'Usage
Dim instance As OrdersWebService

instance.RefreshPaymentMethodCache()
[WebMethodAttribute]
public virtual void RefreshPaymentMethodCache()
[WebMethodAttribute]
public:
virtual void RefreshPaymentMethodCache()
public function RefreshPaymentMethodCache()

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