Click or drag to resize

UserRegistrationFailed Event

Occurs when a registration attempt has failed. If RegistrationError is Redirected, the next registration/unregistration events (for example RegistrationSuccessful or RegistrationFailed) will be received with a new SignalingServer that will be different from the initially configured one.

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

Value

Type: SystemEventHandlerRegistrationFailureEventArgs
See Also