ChatSendMessageCompletionHandler Delegate |
Declare a delegate that handles the 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
If there is an error then this is not null.
See Also