Workspace Refresh (from IRepositoryObjectVersion) Method

Meta Data Services Programming

Meta Data Services Programming

Workspace Refresh (from IRepositoryObjectVersion) Method

This method refreshes the cached image of the repository object that describes the workspace. 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 IRepositoryObjectVersion 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 Workspace object
milliSecs This value is ignored

See Also

Workspace Object