C# Class FileAdapters.FileBlockWriter

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

Private Properties

Свойство Type Description
ProcessBufferBlockMeasurement void

Méthodes publiques

Méthode Description
GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this FileBlockWriter.

Initialize ( ) : void

Initializes FileBlockWriter.

Méthodes protégées

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

Private Methods

Méthode Description
ProcessBufferBlockMeasurement ( GSF.TimeSeries.BufferBlockMeasurement measurement ) : void

Method Details

AttemptConnection() protected méthode

Attempts to connect to data output stream.
protected AttemptConnection ( ) : void
Résultat void

AttemptDisconnection() protected méthode

Attempts to disconnect from data output stream.
protected AttemptDisconnection ( ) : void
Résultat void

Dispose() protected méthode

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

GetShortStatus() public méthode

Gets a short one-line status of this FileBlockWriter.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum number of available characters for display.
Résultat string

Initialize() public méthode

Initializes FileBlockWriter.
public Initialize ( ) : void
Résultat void

ProcessMeasurements() protected méthode

Writes buffer blocks out to files.
protected ProcessMeasurements ( IMeasurement measurements ) : void
measurements IMeasurement
Résultat void