Click or drag to resize
S101ClientConnectionLost Event
Occurs when the connection to the provider has been lost.

Namespace: Lawo.EmberPlusSharp.S101
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public event EventHandler<ConnectionLostEventArgs> ConnectionLost

Value

Type: SystemEventHandlerConnectionLostEventArgs

Implements

IMonitoredConnectionConnectionLost
Remarks

This event is raised in the following situations:

For the first two cases Exception indicates the source of the error. For the last two cases Exception is null.

See Also