C# Class 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.
Show file Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Public Methods

Method Description
Create ( List sourceFiles, System.Guid destinationFile ) : RolloverLogFile

Creates a rollover log file

RolloverLog ( RolloverLogSettings settings, ArchiveList list ) : System

Creates a new RolloverLog

Method Details

Create() public method

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

RolloverLog() public method

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