Click or drag to resize
SharedControlSessionConnectEventArgs Class
The event argument used when raising an event to signal that the shared control session connection with the ControllableEndpoint has been established.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesSharedControlSessionConnectEventArgs

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

The SharedControlSessionConnectEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyEndpoint
The controllable endpoint.
Top
See Also