C# 클래스 EpriExport.FileImporter

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

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

공개 메소드들

메소드 설명
FileImporter ( ) : System

Initializes a new instance of the FileImporter class.

GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this FileImporter.

Initialize ( ) : void

Initializes this FileImporter.

보호된 메소드들

메소드 설명
AttemptConnection ( ) : void

Attempts to connect to this FileImporter.

AttemptDisconnection ( ) : void

Attempts to disconnect from this FileImporter.

Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the FileImporter 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.Timers.ElapsedEventArgs e ) : void

메소드 상세

AttemptConnection() 보호된 메소드

Attempts to connect to this FileImporter.
protected AttemptConnection ( ) : void
리턴 void

AttemptDisconnection() 보호된 메소드

Attempts to disconnect from this FileImporter.
protected AttemptDisconnection ( ) : void
리턴 void

Dispose() 보호된 메소드

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

FileImporter() 공개 메소드

Initializes a new instance of the FileImporter class.
public FileImporter ( ) : System
리턴 System

GetShortStatus() 공개 메소드

Gets a short one-line status of this FileImporter.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum length of the status message.
리턴 string

Initialize() 공개 메소드

Initializes this FileImporter.
public Initialize ( ) : void
리턴 void