Meta Data Services Programming
Repository Refresh Method
This method refreshes all of the cached data for this open repository instance. Only cached data that has not been changed by the current process is refreshed.
Syntax
Call object.Refresh(milliSeconds)
The Refresh method syntax has the following parts.
Part | Description |
---|---|
object | The object that represents the open repository instance through which application code or a tool interacts with a repository. |
milliSecs | This value is ignored. It is kept for backward compatibility. |