C# Класс COMTRADEAdapters.FileExporter

Наследование: PhasorProtocolAdapters.CalculatedMeasurementBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Initialize ( ) : void

Initializes FileExporter.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

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

PublishFrame ( IFrame frame, int index ) : void

Process frame of time-aligned measurements that arrived within the defined lag time.

Описание методов

Dispose() защищенный Метод

Releases the unmanaged resources used by the FileExporter 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

Initialize() публичный Метод

Initializes FileExporter.
public Initialize ( ) : void
Результат void

PublishFrame() защищенный Метод

Process frame of time-aligned measurements that arrived within the defined lag time.
protected PublishFrame ( IFrame frame, int index ) : void
frame IFrame of measurements that arrived within lag time and are ready for processing.
index int Index of within one second of data ranging from zero to frames per second - 1.
Результат void