Click or drag to resize

OutageLogProcessor Class

Represents a thread-safe OutageLog processor that will operate on each Outage with a consumer provided function on independent threads.
Inheritance Hierarchy
SystemObject
  GSF.IOOutageLogProcessor

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public class OutageLogProcessor : IDisposable
View Source

The OutageLogProcessor type exposes the following members.

Constructors
 NameDescription
Public methodOutageLogProcessor Creates a OutageLogProcessor using a pre-initialized OutageLog.
Top
Properties
 NameDescription
Public propertyEnabled Enables or disables the OutageLogProcessor.
Top
Methods
 NameDescription
Public methodDispose Releases all the resources used by the OutageLogProcessor object.
Protected methodDispose(Boolean) Releases the unmanaged resources used by the OutageLogProcessor object and optionally releases the managed resources.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Releases the unmanaged resources before the OutageLogProcessor object is reclaimed by GC.
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also