SharePoint2007Provider::RefreshConfigCache

This procedure refreshes the configuration cache for the virtual server.

Arguments

Input Arguments Description

<target>

The URL of the Windows SharePoint Services administration portal.

<GUID >

The globally unique identifier (GUID) for the virtual server.

<adminGroupChanged >

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

Remarks

  • The caller must be a member of the local administrators group, or the group that is designated as the SharePoint Administrators Group Account.

  • This method does not support rollback.

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

  • The procedure is kept for backward compatibility here.

Sample Code

Example XML Request

<request> 
    <procedure> 
        <execute namespace="SharePoint2007Provider" procedure="RefreshConfigCache"" impersonate="1"> 
            <executeData> 
                <target>https://raven003:8080</target> 
                <GUID>7b3a53c5df264c54-9fc9056d958ff332</GUID> 
                <adminGroupChanged>true</adminGroupChanged> 
            </executeData> 
        </execute> 
    </procedure> 
</request>

Applies To

SharePoint 2007 Provider for:

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0