| IMonitoredConnectionConnectionLost Event |   | 
Occurs when the connection has been lost.
 
Namespace: Lawo.IOAssembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
RemarksThis event is raised in the following situations:
            
- There was a communication error, or
 - The remote entity has failed to answer a request within a given timeout, or
 - The remote entity has gracefully shutdown its connection, or
 - Client code has called Dispose.
 
            For the first two cases 
Exception indicates the source of the error.
            For the the last two cases 
Exception is 
null.
See Also