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

Namespace: Lawo.EmberPlusSharp.Model
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.

Bibliography
[1] Marius Keuck and Philip Boger, Ember+ Specification, L-S-B Broadcast Technologies GmbH, https://github.com/Lawo/ember-plus/raw/master/documentation/Ember%2B%20Documentation.pdf
See Also