共用方式為


SPGlobalAdmin.RefreshConfigCache method (Guid, Boolean)

NOTE: This API is now obsolete.

設定快取會立即自動重新整理計時器服務。(在Windows SharePoint Services 2.0RefreshConfigCache方法重新整理根據指定的虛擬伺服器及 Boolean 值,指示是否 SharePoint 管理員群組帳戶的設定快取有變更,及維護的回溯相容性。)

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<ObsoleteAttribute("SPGlobalAdmin.RefreshConfigCache() is obsolete.  The configuration cache is now refreshed automatically by the timer service.",  _
    False)> _
Public Sub RefreshConfigCache ( _
    guidVirtualServerId As Guid, _
    bAdminGroupChanged As Boolean _
)
'用途
Dim instance As SPGlobalAdmin
Dim guidVirtualServerId As Guid
Dim bAdminGroupChanged As Boolean

instance.RefreshConfigCache(guidVirtualServerId, _
    bAdminGroupChanged)
[ObsoleteAttribute("SPGlobalAdmin.RefreshConfigCache() is obsolete.  The configuration cache is now refreshed automatically by the timer service.", 
    false)]
public void RefreshConfigCache(
    Guid guidVirtualServerId,
    bool bAdminGroupChanged
)

參數

  • guidVirtualServerId
    Type: System.Guid

    System.Guid指定虛擬伺服器。

  • bAdminGroupChanged
    Type: System.Boolean

    變更true指出 SharePoint 管理員群組帳戶 ;否則,請false.

請參閱

參照

SPGlobalAdmin class

SPGlobalAdmin members

RefreshConfigCache overload

Microsoft.SharePoint.Administration namespace