RolloverLogFile(String, ListGuid, Guid) Constructor
Creates a new rollover log
Namespace: SnapDB.Snap.Services.WriterAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public RolloverLogFile(
string fileName,
List<Guid> sourceFiles,
Guid destinationFile
)
Public Sub New (
fileName As String,
sourceFiles As List(Of Guid),
destinationFile As Guid
)
public:
RolloverLogFile(
String^ fileName,
List<Guid>^ sourceFiles,
Guid destinationFile
)
SnapDB.Snap.Services.Writer.RolloverLogFile = function(fileName, sourceFiles, 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.