C# 클래스 FileAdapters.FileBlockWriter

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

Private Properties

프로퍼티 타입 설명
ProcessBufferBlockMeasurement void

공개 메소드들

메소드 설명
GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this FileBlockWriter.

Initialize ( ) : void

Initializes FileBlockWriter.

보호된 메소드들

메소드 설명
AttemptConnection ( ) : void

Attempts to connect to data output stream.

AttemptDisconnection ( ) : void

Attempts to disconnect from data output stream.

Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the FileBlockWriter object and optionally releases the managed resources.

ProcessMeasurements ( IMeasurement measurements ) : void

Writes buffer blocks out to files.

비공개 메소드들

메소드 설명
ProcessBufferBlockMeasurement ( GSF.TimeSeries.BufferBlockMeasurement measurement ) : void

메소드 상세

AttemptConnection() 보호된 메소드

Attempts to connect to data output stream.
protected AttemptConnection ( ) : void
리턴 void

AttemptDisconnection() 보호된 메소드

Attempts to disconnect from data output stream.
protected AttemptDisconnection ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases the unmanaged resources used by the FileBlockWriter object 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 FileBlockWriter.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum number of available characters for display.
리턴 string

Initialize() 공개 메소드

Initializes FileBlockWriter.
public Initialize ( ) : void
리턴 void

ProcessMeasurements() 보호된 메소드

Writes buffer blocks out to files.
protected ProcessMeasurements ( IMeasurement measurements ) : void
measurements IMeasurement
리턴 void