Click or drag to resize

OutageLogInitialize Method

Initialize the outage log.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public void Initialize()
View Source
Remarks

Initialization performs initial outage log read.

It is important to separate initialization from construction such that consumer can attach to events before class is initialized in case initialization causes events to be raised.

See Also