Property | Type | Description | |
---|---|---|---|
DestinationFile | System.Guid | ||
FileName | string | ||
IsValid | bool | ||
SourceFiles | List |
Method | Description | |
---|---|---|
Delete ( ) : void |
Deletes the file associated with this ArchiveLog
|
|
Recover ( ArchiveList list ) : void |
Recovers this rollover during an application crash.
|
|
RolloverLogFile ( string fileName ) : GSF.Diagnostics |
Resumes a rollover log
|
|
RolloverLogFile ( string fileName, List |
Creates a new rollover log
|
Method | Description | |
---|---|---|
RolloverLogFile ( ) : GSF.Diagnostics |
public RolloverLogFile ( string fileName ) : GSF.Diagnostics | ||
fileName | string | the name of the log file to load. |
return | GSF.Diagnostics |
public RolloverLogFile ( string fileName, List |
||
fileName | string | the name of the file to save |
sourceFiles | List |
the source files in the rollover process |
destinationFile | System.Guid | the destination file in the rollover process. |
return | GSF.Diagnostics |