C# Класс HistorianAdapters.LocalOutputAdapter

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

Private Properties

Свойство Тип Описание
HandleOrphanData void
WriteData bool
m_archive_DataReadException void
m_archive_DataWriteException void
m_archive_OffloadComplete void
m_archive_OffloadException void
m_archive_OffloadStart void
m_archive_OrphanDataReceived void
m_archive_RolloverComplete void
m_archive_RolloverException void
m_archive_RolloverStart void

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

Метод Описание
GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this LocalOutputAdapter.

Initialize ( ) : void

Initializes this LocalOutputAdapter.

LocalOutputAdapter ( ) : System

Initializes a new instance of the LocalOutputAdapter class.

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

Метод Описание
AttemptConnection ( ) : void

Attempts to connect to this LocalOutputAdapter.

AttemptDisconnection ( ) : void

Attempts to disconnect from this LocalOutputAdapter.

Dispose ( bool disposing ) : void

Releases the unmanaged resources used by this LocalOutputAdapter and optionally releases the managed resources.

ExecuteMetadataRefresh ( ) : void

Refreshes metadata using all available and enabled providers.

OnConnected ( ) : void

Called when data output source connection is established.

ProcessMeasurements ( IMeasurement measurements ) : void

Archives measurements locally.

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

Метод Описание
HandleOrphanData ( IDataPoint point ) : void
WriteData ( IMeasurement measurement ) : bool
m_archive_DataReadException ( object sender, EventArgs e ) : void
m_archive_DataWriteException ( object sender, EventArgs e ) : void
m_archive_OffloadComplete ( object sender, EventArgs e ) : void
m_archive_OffloadException ( object sender, EventArgs e ) : void
m_archive_OffloadStart ( object sender, EventArgs e ) : void
m_archive_OrphanDataReceived ( object sender, EventArgs e ) : void
m_archive_RolloverComplete ( object sender, EventArgs e ) : void
m_archive_RolloverException ( object sender, EventArgs e ) : void
m_archive_RolloverStart ( object sender, EventArgs e ) : void

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

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

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

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

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

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

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

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

Refreshes metadata using all available and enabled providers.
protected ExecuteMetadataRefresh ( ) : void
Результат void

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

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

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

Initializes this LocalOutputAdapter.
InstanceName is missing from the .
public Initialize ( ) : void
Результат void

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

Initializes a new instance of the LocalOutputAdapter class.
public LocalOutputAdapter ( ) : System
Результат System

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

Called when data output source connection is established.
protected OnConnected ( ) : void
Результат void

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

Archives measurements locally.
Local archive is closed.
protected ProcessMeasurements ( IMeasurement measurements ) : void
measurements IMeasurement Measurements to be archived.
Результат void