RefreshAllProfilesInCache Method

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

Forces the entire profile cache on all runtime servers registered with the current site to be re-created.

Namespace:  Microsoft.CommerceServer.Profiles.WebService
Assembly:  Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.DataManagement.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Overridable Sub RefreshAllProfilesInCache
'Usage
Dim instance As ProfilesWebService

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

Remarks

This API forces an entire profile cache refresh on all runtime servers registered with the current site.

Permissions

See Also

Reference

ProfilesWebService Class

ProfilesWebService Members

Microsoft.CommerceServer.Profiles.WebService Namespace