This method refreshes the cached image of the Repository object describing the workspace. Only cached data that has not been changed by the current process is refreshed.
Call object.Refresh( milliSecs )
The Refresh method syntax has the following parts.
Part | Description |
object | An object expression that evaluates to a Workspace object. |
milliSecs | All unchanged data relating to the workspace that has been in the cache for longer than millisecs milliseconds is refreshed. Set this parameter to zero to refresh all unchanged data. |
This member is exposed by the IRepositoryObjectVersion interface, a non-default interface for this object. For details on how to access a member of an interface that is not the default interface, see Accessing Automation Object Members.