C# 클래스 GSF.Snap.Services.Writer.RolloverLog

The log file that describes the rollover process so if the service crashes during the rollover process, it can properly be recovered from.
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 메소드들

메소드 설명
Create ( List sourceFiles, System.Guid destinationFile ) : RolloverLogFile

Creates a rollover log file

RolloverLog ( RolloverLogSettings settings, ArchiveList list ) : System

Creates a new RolloverLog

메소드 상세

Create() 공개 메소드

Creates a rollover log file
public Create ( List sourceFiles, System.Guid destinationFile ) : RolloverLogFile
sourceFiles List
destinationFile System.Guid
리턴 RolloverLogFile

RolloverLog() 공개 메소드

Creates a new RolloverLog
public RolloverLog ( RolloverLogSettings settings, ArchiveList list ) : System
settings RolloverLogSettings the settings
list ArchiveList the list
리턴 System