Refreshes the site control file. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ConnectionManagerBase
Dim siteCode As String

instance.RefreshScf(siteCode)

Syntax

Visual Basic
Public MustOverride Sub RefreshScf ( _
		siteCode As String _
)
C#
public abstract void RefreshScf (
		string siteCode
)
C++
public:
virtual void RefreshScf (
		String^ siteCode
) abstract
J#
public abstract void RefreshScf (
		String siteCode
)
JScript
public abstract function RefreshScf (
		siteCode : String
)

Parameters

siteCode

[in] Site code of the site for which to refresh the site control file.

Remarks

This method is called automatically when AutoCommit is set to true (default).

The RefreshSCF Method in Class SMS_SiteControlFile method updates the in-memory copy of the site control file (SCF) from the database.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also