Click or drag to resize

ContactsLoadingErrorEventArgs Class

EventArgs used to report contact loading operation finish for single provider. This is triggered for every configured provider and used for unsuccessful result.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesProtocolEventArgs
      Avaya.ClientServicesContactErrorEventArgs
        Avaya.ClientServicesContactsLoadingErrorEventArgs

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

The ContactsLoadingErrorEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyContactProviderType
The contact provider source type which reported loading failure.
Public propertyError
Error code returned for the contact operation.
(Inherited from ContactErrorEventArgs.)
Public propertyLoadingComplete
Indicates whether all contact providers have completed the contact loading operation either reporting success or failure.
Public propertyProtocolReason
The reason string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolResponseCode
The response code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolWarning
The warning string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolWarningCode
The warning code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Top
See Also