Click or drag to resize

SharedControlServiceRemoteControlSessionConnected Event

Occurs when the shared control link with the controlling endpoint is established and this client application becomes controlled endpoint. This is typically when the RegisterApplicationRequest is received from the controlling endpoint.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public event EventHandler<RemoteControlSessionEventArgs> RemoteControlSessionConnected

Value

Type: SystemEventHandlerRemoteControlSessionEventArgs
See Also