C# Class FtpAdapters.FtpReader

Inheritance: GSF.TimeSeries.Adapters.FacileActionAdapterBase
Afficher le fichier Open project: GridProtectionAlliance/gsf

Private Properties

Свойство Type Description
DownloadFile void

Méthodes publiques

Méthode Description
FtpReader ( ) : System

Creates a new FtpReader.

GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this FtpReader.

Initialize ( ) : void

Initializes FtpReader.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the FtpReader object and optionally releases the managed resources.

Private Methods

Méthode Description
DownloadFile ( ) : void

Method Details

Dispose() protected méthode

Releases the unmanaged resources used by the FtpReader object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void

FtpReader() public méthode

Creates a new FtpReader.
public FtpReader ( ) : System
Résultat System

GetShortStatus() public méthode

Gets a short one-line status of this FtpReader.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum number of available characters for display.
Résultat string

Initialize() public méthode

Initializes FtpReader.
public Initialize ( ) : void
Résultat void