C# Class openHistorian.Adapters.RemoteOutputAdapter

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

Private Properties

Property Type Description

Public Methods

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

Protected Methods

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

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

AttemptDisconnection() protected method

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

Dispose() protected method

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

GetShortStatus() public method

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

Initialize() public method

Initializes this RemoteOutputAdapter.
Server is missing from the .
public Initialize ( ) : void
return void

ProcessMeasurements() protected method

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

RemoteOutputAdapter() public method

Initializes a new instance of the RemoteOutputAdapter class.
public RemoteOutputAdapter ( ) : System
return System