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.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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