Click or drag to resize

MessagingCancelEventArgs Class

EventArgs used to inform that request with given id was cancelled.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesMessagingCancelEventArgs

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

The MessagingCancelEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyRequestId
Id of cancelled request.
Top
See Also