Click or drag to resize

ContactGroupsLoadingErrorEventArgs Class

EventArgs used to report contact groups 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.ClientServicesContactGroupsLoadingErrorEventArgs

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

The ContactGroupsLoadingErrorEventArgs 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 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