C# Класс FileAdapters.FileBlockWriter

Наследование: GSF.TimeSeries.Adapters.OutputAdapterBase
Показать файл Открыть проект

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