Click or drag to resize

RemoteControlSessionDisconnectEventArgs Class

The event argument used when raising an event to signal that the shared control session connection with the ControllingEndpoint has been disconnected.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesProtocolEventArgs
      Avaya.ClientServicesRemoteControlSessionDisconnectEventArgs

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class RemoteControlSessionDisconnectEventArgs : ProtocolEventArgs

The RemoteControlSessionDisconnectEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyEndpoint
The controlling endpoint.
Public propertyProtocolReason
The reason string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolResponseCode
The response code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolWarning
The warning string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolWarningCode
The warning code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyReason
The reason for disconnect.
Top
See Also