Click or drag to resize

ServiceHelperConnectionErrorLogger Property

Gets the ErrorLogger component used for logging connection related exceptions encountered in the ParentService.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public ErrorLogger ConnectionErrorLogger { get; }
View Source

Property Value

ErrorLogger
See Also