Click or drag to resize

OutageLogInitialize Method

Initialize the outage log.

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