IRepository::Refresh

Meta Data Services Programming

Meta Data Services Programming

IRepository::Refresh

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);

Parts

iMilliseconds

[in]
This value is ignored.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRepository Interface