IRepositoryObject::Refresh

See Also

Use this method to refresh the cached image of a particular Repository object version. Only unchanged cache data is refreshed.

HRESULT Refresh(long   iMilliseconds);

Parameters

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

Return Value

S_OK

The method completed successfully.

Error
Values

This method failed to complete successfully.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.