ConsumerTRootConnectionLost Event | |
Occurs when the connection to the provider has been lost.
Namespace: Lawo.EmberPlusSharp.ModelAssembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax Remarks This event is raised in the following situations:
- There was a communication error, or
- The remote host has failed to answer a KeepAliveRequest, or
- The remote host 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 last two cases
Exception is
null.
Bibliography See Also