C# Class openHistorian.Adapters.LocalInputAdapter

Inheritance: GSF.TimeSeries.Adapters.InputAdapterBase
Afficher le fichier Open project: GridProtectionAlliance/openHistorian

Private Properties

Свойство Type Description
StartDataReader void
m_archiveReader_DataReadException void
m_archiveReader_HistoricFileListBuildComplete void
m_archiveReader_HistoricFileListBuildException void
m_archiveReader_HistoricFileListBuildStart void
m_readTimer_Elapsed void

Méthodes publiques

Méthode Description
GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this LocalInputAdapter.

Initialize ( ) : void

Initializes this LocalInputAdapter.

LocalInputAdapter ( ) : System

Creates a new instance of the LocalInputAdapter.

Méthodes protégées

Méthode Description
AttemptConnection ( ) : void

Attempts to connect to this LocalInputAdapter.

AttemptDisconnection ( ) : void

Attempts to disconnect from this LocalInputAdapter.

Dispose ( bool disposing ) : void

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

Private Methods

Méthode Description
StartDataReader ( object state ) : void
m_archiveReader_DataReadException ( object sender, EventArgs e ) : void
m_archiveReader_HistoricFileListBuildComplete ( object sender, EventArgs e ) : void
m_archiveReader_HistoricFileListBuildException ( object sender, EventArgs e ) : void
m_archiveReader_HistoricFileListBuildStart ( object sender, EventArgs e ) : void
m_readTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

AttemptConnection() protected méthode

Attempts to connect to this LocalInputAdapter.
protected AttemptConnection ( ) : void
Résultat void

AttemptDisconnection() protected méthode

Attempts to disconnect from this LocalInputAdapter.
protected AttemptDisconnection ( ) : void
Résultat void

Dispose() protected méthode

Releases the unmanaged resources used by the LocalInputAdapter 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

GetShortStatus() public méthode

Gets a short one-line status of this LocalInputAdapter.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum length of the status message.
Résultat string

Initialize() public méthode

Initializes this LocalInputAdapter.
HistorianID, Server, Port, Protocol, or InitiateConnection is missing from the .
public Initialize ( ) : void
Résultat void

LocalInputAdapter() public méthode

Creates a new instance of the LocalInputAdapter.
public LocalInputAdapter ( ) : System
Résultat System