Click or drag to resize

SharedControlServiceRemoteControlSessionDisconnected Event

Occurs when the shared control link with the controlling endpoint is ended gracefully by controlling endpoint or down because of network issues. See RemoteControlSessionDisconnectEventArgs for the disconnect reason.

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

Value

Type: SystemEventHandlerRemoteControlSessionDisconnectEventArgs
See Also