C# 클래스 HistorianAdapters.LocalOutputAdapter

상속: GSF.TimeSeries.Adapters.OutputAdapterBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

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