|
ArchiveFileOffloadStart Event
|
Occurs when the process of offloading historic
ArchiveFiles is started.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntaxpublic event EventHandler OffloadStart
Public Event OffloadStart As EventHandler
public:
event EventHandler^ OffloadStart {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member OffloadStart : IEvent<EventHandler,
EventArgs>
function add_OffloadStart(value);
function remove_OffloadStart(value);
View SourceValue
EventHandler
See Also