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.
Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

RolloverLog() public méthode

Creates a new RolloverLog
public RolloverLog ( RolloverLogSettings settings, ArchiveList list ) : System
settings RolloverLogSettings the settings
list ArchiveList the list
Résultat System