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