Meta Data Services Programming
RepositoryObjectVersion Refresh Method
This method refreshes the cached image of the repository object version. Only cached data that has not been changed by the current process is refreshed.
This method is not attached to the default interface for the repository Automation object; it is attached to the IRepositoryObject interface. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.
Syntax
Call object.Refresh(milliSecs)
The Refresh method syntax has the following parts.
Part | Description |
---|---|
object | An object expression that evaluates to a RepositoryObjectVersion object. |
milliSecs | This value is ignored. It is kept for backward compatibility. |