Click or drag to resize
IStandingDataUpdaterProvider Interface
The interface for objects that can abstract away the environment for IStandingDataUpdater.

Namespace: VirtualRadar.Interface.StandingData
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IStandingDataUpdaterProvider

The IStandingDataUpdaterProvider type exposes the following members.

Methods
  NameDescription
Public methodDownloadAndDecompressFile
Downloads the URL passed across to the file passed across, overwriting the file if it already exists.
Public methodDownloadLines
Downloads the content of a text file from the URL passed across.
Public methodFileExists
Returns true if the file exists.
Public methodMoveFile
Deletes the live file and moves the temporary file to the live filename.
Public methodReadLines
Returns the entire content of the file.
Public methodWriteLines
Overwrites the entire file with the text passed across.
Top
See Also