|
ArchiveFileRolloverPreparationStart Event
|
Occurs when the process of creating a standby
ArchiveFile is started.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntaxpublic event EventHandler RolloverPreparationStart
Public Event RolloverPreparationStart As EventHandler
public:
event EventHandler^ RolloverPreparationStart {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member RolloverPreparationStart : IEvent<EventHandler,
EventArgs>
function add_RolloverPreparationStart(value);
function remove_RolloverPreparationStart(value);
View SourceValue
EventHandler
See Also