Share via


Admin.RefreshConfigCache method

This method is now obsolete.

Namespace:  WebSvcAdmin
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/RefreshConfigCache", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub RefreshConfigCache ( _
    VirtualServerId As Guid, _
    AdminGroupChanged As Boolean _
)
'Usage
Dim instance As Admin
Dim VirtualServerId As Guid
Dim AdminGroupChanged As Boolean

instance.RefreshConfigCache(VirtualServerId, _
    AdminGroupChanged)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/RefreshConfigCache", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void RefreshConfigCache(
    Guid VirtualServerId,
    bool AdminGroupChanged
)

Parameters

  • VirtualServerId
    Type: System.Guid

    The GUID for the virtual server.

  • AdminGroupChanged
    Type: System.Boolean

    true to specify that the administrator group has changed; otherwise, false.

Remarks

This functionality is now handled automatically by a Windows SharePoint Services Timer job, which synchronizes each server in the farm every 60 seconds. If called, it completes without error but takes no action.

In earlier versions, the RefreshConfigCache method was used to update the server, or multiple front-end Web servers in the case of a server farm, when changes were made to the configuration database.

See also

Reference

Admin class

Admin members

WebSvcAdmin namespace