RolloverLogFile(String, ListGuid, Guid) Constructor

Creates a new rollover log

Definition

Namespace: SnapDB.Snap.Services.Writer
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public RolloverLogFile(
	string fileName,
	List<Guid> sourceFiles,
	Guid destinationFile
)

Parameters

fileName  String
the name of the file to save
sourceFiles  ListGuid
the source files in the rollover process
destinationFile  Guid
the destination file in the rollover process.

See Also