|
ArchiveFileRolloverPreparationException Event
|
Occurs when an
Exception is encountered during the standby
ArchiveFile creation process.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntaxpublic event EventHandler<EventArgs<Exception>> RolloverPreparationException
Public Event RolloverPreparationException As EventHandler(Of EventArgs(Of Exception))
public:
event EventHandler<EventArgs<Exception^>^>^ RolloverPreparationException {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
member RolloverPreparationException : IEvent<EventHandler<EventArgs<Exception>>,
EventArgs<Exception>>
function add_RolloverPreparationException(value);
function remove_RolloverPreparationException(value);
View SourceValue
EventHandlerEventArgsException
See Also