Click or drag to resize
Grid Solutions Framework

PhasorMeasurementMapperEnableConnectionErrors Property

When false, this adapter will not log any connection errors through OnProcessException. When true, all errors get logged.

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.177-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(true)]
public bool EnableConnectionErrors { get; set; }
View Source

Property Value

Boolean
See Also