| ChatSendMessageCompletionHandler Delegate |
Declare a delegate that handles the chat message.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic delegate void SendMessageCompletionHandler(
ChatFailureEventArgs failureEventArgs
)
Parameters
- failureEventArgs
- Type: Avaya.ClientServicesChatFailureEventArgs
If there is an error then this is not null.
See Also