C# Class openHistorian.Adapters.LocalInputAdapter

Inheritance: GSF.TimeSeries.Adapters.InputAdapterBase
ファイルを表示 Open project: GridProtectionAlliance/openHistorian

Private Properties

Property Type Description
StartDataReader void
m_archiveReader_DataReadException void
m_archiveReader_HistoricFileListBuildComplete void
m_archiveReader_HistoricFileListBuildException void
m_archiveReader_HistoricFileListBuildStart void
m_readTimer_Elapsed void

Public Methods

Method 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.

Protected Methods

Method 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

Method 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 method

Attempts to connect to this LocalInputAdapter.
protected AttemptConnection ( ) : void
return void

AttemptDisconnection() protected method

Attempts to disconnect from this LocalInputAdapter.
protected AttemptDisconnection ( ) : void
return void

Dispose() protected method

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.
return void

GetShortStatus() public method

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

Initialize() public method

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

LocalInputAdapter() public method

Creates a new instance of the LocalInputAdapter.
public LocalInputAdapter ( ) : System
return System