SPGlobalAdmin.RefreshConfigCacheOnRemoteServers method
NOTE: This API is now obsolete.
The configuration cache is now refreshed automatically by the timer service. (In Windows SharePoint Services 2.0 the RefreshConfigCacheOnRemoteServers method refreshed the configuration cache on remote servers in the server farm, and is maintained for backward compatibility.)
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("SPGlobalAdmin.RefreshConfigCache() is obsolete. The configuration cache is now refreshed automatically by the timer service.", _
False)> _
Public Sub RefreshConfigCacheOnRemoteServers
'Usage
Dim instance As SPGlobalAdmin
instance.RefreshConfigCacheOnRemoteServers()
[ObsoleteAttribute("SPGlobalAdmin.RefreshConfigCache() is obsolete. The configuration cache is now refreshed automatically by the timer service.",
false)]
public void RefreshConfigCacheOnRemoteServers()