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.
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 this program is interacting with the repository. |
milliSecs | All unchanged repository data that has been in the cache for longer than millisecs milliseconds is refreshed. Set to zero to refresh all unchanged data for the repository. |