Workspace Refresh Method

Meta Data Services Programming

Meta Data Services Programming

Workspace Refresh Method

This method refreshes all cached data for the open repository instance. Only cached data that has not been changed by the current process is refreshed. Even though you are operating within the context of a workspace, this method refreshes all cached data for the open repository instance, including cached data not present in the workspace.

Syntax

Call object.Refresh(milliseconds)

The Refresh method syntax has the following parts.

Part Description
object The object that represents the workspace through which this program is interacting with the repository
milliseconds This value is ignored

See Also

Workspace Object