IDirectoryCacheBeginRefresh Method |
Starts an immediate refresh of the cache.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax abstract BeginRefresh : unit -> unit
Remarks
Intended for occasions where a user might want to manually start a reload of the filename cache. May block if the
cache is already being refreshed until the first refresh has completed, at which point it will queue a new refresh
and return.
See Also