Repository Refresh Method

See Also

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.

Syntax

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.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.