Click or drag to resize
SharedControlServiceSharedControlSessionSetupFailed Event
Occurs when the shared control link with the controllable endpoint could not be established. This is typically when the shared control link cannot be setup with the controlled endpoint due to various reasons. See SharedControlSessionEventArgs for the failure reason.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public event EventHandler<SharedControlSessionEventArgs> SharedControlSessionSetupFailed

Value

Type: SystemEventHandlerSharedControlSessionEventArgs
See Also