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

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

Private Properties

Свойство Тип Описание

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

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

Gets a short one-line status of this RemoteOutputAdapter.

Initialize ( ) : void

Initializes this RemoteOutputAdapter.

RemoteOutputAdapter ( ) : System

Initializes a new instance of the RemoteOutputAdapter class.

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

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

Attempts to connect to this RemoteOutputAdapter.

AttemptDisconnection ( ) : void

Attempts to disconnect from this RemoteOutputAdapter.

Dispose ( bool disposing ) : void

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

ProcessMeasurements ( IMeasurement measurements ) : void

Publishes measurements for archival.

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

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

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

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

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

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

Releases the unmanaged resources used by this RemoteOutputAdapter 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 RemoteOutputAdapter.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum length of the status message.
Результат string

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

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

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

Publishes measurements for archival.
protected ProcessMeasurements ( IMeasurement measurements ) : void
measurements IMeasurement Measurements to be archived.
Результат void

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

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