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
- 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.