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: 550.0.60.0
Syntax
C#
public class SharedControlSessionConnectEventArgs : EventArgs

The SharedControlSessionConnectEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyEndpoint
The controllable endpoint.
Top
See Also