Share via


Refresh Method in Class SMS_SiteInstallMap

The Refresh WMI class method reloads the install map from the database, which repopulates the classes. This method is for the rare case where a new component may be added by SMS site setup and the SMS Provider is located on a remote SQL Server server which may not be restarted. In almost all cases, it is not necessary to call this method since the SMS Provider copy of the install map will be up to date.

The following syntax is simplified from MOF code and is intended to show you the definition of the method.

sint32 Refresh( );

Parameters

This class method has no parameters.

Return Values

The Refresh method returns a sint32 that is always zero (0).

See Also

Site Configuration Classes, SMS_SiteInstallMap