C# Класс EpriExport.MetricImporter

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

Private Properties

Свойство Тип Описание
CloseFile void
DeleteFile void
ProcessFile void
ProcessMeasurements void
ReadNextRecord bool
m_fileProcessQueue_ProcessException void
m_fileSystemWatcher_Created void
m_fileSystemWatcher_Renamed void
m_looseTimer_Elapsed void

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

Метод Описание
GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this MetricImporter.

Initialize ( ) : void

Initializes this MetricImporter.

MetricImporter ( ) : System

Initializes a new instance of the MetricImporter class.

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

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

Attempts to connect to this MetricImporter.

AttemptDisconnection ( ) : void

Attempts to disconnect from this MetricImporter.

Dispose ( bool disposing ) : void

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

Приватные методы

Метод Описание
CloseFile ( ) : void
DeleteFile ( object state ) : void
ProcessFile ( string fileName ) : void
ProcessMeasurements ( ) : void
ReadNextRecord ( long currentTime ) : bool
m_fileProcessQueue_ProcessException ( object sender, EventArgs e ) : void
m_fileSystemWatcher_Created ( object sender, FileSystemEventArgs e ) : void
m_fileSystemWatcher_Renamed ( object sender, RenamedEventArgs e ) : void
m_looseTimer_Elapsed ( object sender, System e ) : void

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

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

Attempts to connect to this MetricImporter.
protected AttemptConnection ( ) : void
Результат void

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

Attempts to disconnect from this MetricImporter.
protected AttemptDisconnection ( ) : void
Результат void

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

Releases the unmanaged resources used by the MetricImporter 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 MetricImporter.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum length of the status message.
Результат string

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

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

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

Initializes a new instance of the MetricImporter class.
public MetricImporter ( ) : System
Результат System