C# Class openHistorian.Adapters.RemoteOutputAdapter

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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.

Method Details

AttemptConnection() protected méthode

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

AttemptDisconnection() protected méthode

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

Dispose() protected méthode

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.
Résultat void

GetShortStatus() public méthode

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

Initialize() public méthode

Initializes this RemoteOutputAdapter.
Server is missing from the .
public Initialize ( ) : void
Résultat void

ProcessMeasurements() protected méthode

Publishes measurements for archival.
protected ProcessMeasurements ( IMeasurement measurements ) : void
measurements IMeasurement Measurements to be archived.
Résultat void

RemoteOutputAdapter() public méthode

Initializes a new instance of the RemoteOutputAdapter class.
public RemoteOutputAdapter ( ) : System
Résultat System