IRepository::Refresh

See Also

This method refreshes all of the cached data for this Repository instance. Only cached data that has not been changed by the current process is refreshed.

HRESULT Refresh( long iMilliseconds );

Parameters

iMilliseconds

[in]
All unchanged data that has been in the cache for longer than iMilliseconds milliseconds is refreshed. Set this parameter to zero to refresh all unchanged data.

Return Value

S_OK

The method completed successfully.

Error

Values

This method failed to complete successfully.