Refreshes the site control file.
Namespace:
Microsoft.ConfigurationManagement.ManagementProvider
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
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
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