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