ICCMUpdatesStore::RefreshServerComplianceState
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The RefreshServerComplianceState method forces the client to send full software updates compliance data to the Configuration Manager server. Typically, the client sends only a delta of the compliance data. In rare circumstances, if the client and server compliance state becomes out of sync, the RefreshServerComplianceState method might help resynchronize the data.
Important
This method should be used only if absolutely required, because it will cause an increase in network traffic.
[IDL]
HRESULT RefreshServerComplianceState();
Parameters
This method takes no parameters.
Return Values
An HRESULT code. Possible values include, but are not limited to, the following:
- S_OK
The method succeeded.
Requirements
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.
See Also
Concepts
ICCMUpdatesStore Interface
How to Refresh the Compliance State