Click or drag to resize
IAutoConfigPictureFolderCache Interface
The interface for a singleton object that can automatically apply the picture folder name from the configuration to an IDirectoryCache.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAutoConfigPictureFolderCache : ISingleton<IAutoConfigPictureFolderCache>

The IAutoConfigPictureFolderCache type exposes the following members.

Properties
  NameDescription
Public propertyDirectoryCache
Gets the directory cache that is keeping track of files in the picture folder.
Public propertySingleton
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.)
Top
Methods
  NameDescription
Public methodInitialise
Creates DirectoryCache and configures it.
Top
Events
  NameDescription
Public eventCacheConfigurationChanged
Raised when the cache's configuration has been changed.
Top
See Also