Click or drag to resize

OutageLogInitialize Method

Initialize the outage log.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
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