Click or drag to resize
IBackgroundDataDownloader Interface
The interface for the object that downloads updates to the data in the background once a day (configuration permitting).

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

The IBackgroundDataDownloader type exposes the following members.

Properties
  NameDescription
Public propertyProvider
Gets or sets the object that abstracts away the environment for testing.
Public propertySingleton
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.)
Top
Methods
  NameDescription
Public methodStart
Triggers an immediate download and then a period download check once a day.
Top
See Also