Click or drag to resize

AllRegistrationsFailureEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesAllRegistrationsFailureEventArgs

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class AllRegistrationsFailureEventArgs : EventArgs

The AllRegistrationsFailureEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyWillRetry
Indicates that if Client SDK will retry the failed registration request; False means registration failure is fatal and application must start a new registration after resolving the issue that blocked the registrations from succeeding.
Top
See Also