Click or drag to resize

ConnectionLostEventArgs Class

Constructs the Event Arguments for the ConnectionLost Event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    VoiceElements.ClientConnectionLostEventArgs

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public class ConnectionLostEventArgs : EventArgs

The ConnectionLostEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodConnectionLostEventArgs
Constructs the Event Arguments for the ConnectionLost Event.
Top
Properties
  NameDescription
Public propertyReconnect
A flag to have the system continue to retry the connection.
Public propertyTelephonyServer
A reference to the Telephony Server that lost its connection.
Top
See Also