Click or drag to resize
SharedControlSessionEventArgs Class
Event arguments used for shared control session events related to a ControllableEndpoint.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesProtocolEventArgs
      Avaya.ClientServicesSharedControlSessionEventArgs

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

The SharedControlSessionEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyEndpoint
The controllable 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