Click or drag to resize
ContactsServiceFailedEventArgs Class
EventArgs used to inform about failure of contact service operation.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesContactsServiceFailedEventArgs

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

The ContactsServiceFailedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyReason
The contact service operation failure reason.
Top
See Also