Click or drag to resize

ConnectionRestoredEventArgs Class

Arguments for the ConnectionRestoredEventArgs Event
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    VoiceElements.ClientConnectionRestoredEventArgs

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

The ConnectionRestoredEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodConnectionRestoredEventArgs
Constructs the Event Arguments for the ConnectionRestored Event.
Top
Properties
  NameDescription
Public propertyTelephonyServer
A reference to the Telephony Server that regained its connection.
Top
See Also