C# Класс openHistorian.Adapters.LocalInputAdapter

Наследование: GSF.TimeSeries.Adapters.InputAdapterBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
StartDataReader void
m_archiveReader_DataReadException void
m_archiveReader_HistoricFileListBuildComplete void
m_archiveReader_HistoricFileListBuildException void
m_archiveReader_HistoricFileListBuildStart void
m_readTimer_Elapsed void

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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

Описание методов

AttemptConnection() защищенный Метод

Attempts to connect to this LocalInputAdapter.
protected AttemptConnection ( ) : void
Результат void

AttemptDisconnection() защищенный Метод

Attempts to disconnect from this LocalInputAdapter.
protected AttemptDisconnection ( ) : void
Результат void

Dispose() защищенный Метод

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.
Результат void

GetShortStatus() публичный Метод

Gets a short one-line status of this LocalInputAdapter.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum length of the status message.
Результат string

Initialize() публичный Метод

Initializes this LocalInputAdapter.
HistorianID, Server, Port, Protocol, or InitiateConnection is missing from the .
public Initialize ( ) : void
Результат void

LocalInputAdapter() публичный Метод

Creates a new instance of the LocalInputAdapter.
public LocalInputAdapter ( ) : System
Результат System