Click or drag to resize
IDirectoryCacheBeginRefresh Method
Starts an immediate refresh of the cache.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void BeginRefresh()
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