|
InputAdapterBaseEnableConnectionErrors Property
|
When false, connection errors do not get logged through OnProcessException. When true, connection errors will be logged normally.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax protected bool EnableConnectionErrors { get; set; }
Protected Property EnableConnectionErrors As Boolean
Get
Set
protected:
property bool EnableConnectionErrors {
bool get ();
void set (bool value);
}
member EnableConnectionErrors : bool with get, set
function get_EnableConnectionErrors();
function set_EnableConnectionErrors(value);
View SourceProperty Value
BooleanSee Also