Click or drag to resize
IMonitoredConnection Interface
Represents a connection between two entities that is monitored for connection loss.

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public interface IMonitoredConnection : IDisposable

The IMonitoredConnection type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Events
  NameDescription
Public eventConnectionLost
Occurs when the connection has been lost.
Top
See Also