DoRefreshPaymentMethodCache Method

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

Refreshes the PaymentMethod cache on all the Web servers for the site.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Protected Sub DoRefreshPaymentMethodCache
'Usage

Me.DoRefreshPaymentMethodCache()
protected void DoRefreshPaymentMethodCache()
protected:
void DoRefreshPaymentMethodCache()
protected function DoRefreshPaymentMethodCache()

Remarks

DoRefreshPaymentMethodCache refreshes the cache on all the Web servers for the site by looking in the admin database to get the list of Web servers then invoking a page similar to bdrefresh on each server to refresh its cache.

Permissions

See Also

Reference

OrderServices Class

OrderServices Members

Microsoft.CommerceServer.Orders Namespace