ParticipantSendMessageCompletionHandler Delegate |
Declares a delegate used to report the status of a request to send a chat message.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic delegate void SendMessageCompletionHandler(
ChatFailureEventArgs failureEventArgs
)
Parameters
- failureEventArgs
- Type: Avaya.ClientServicesChatFailureEventArgs
This will be null if the send chat message request was successful.
On failure this provides information on the error that occurred.
See Also