Click or drag to resize

ChatSendMessageCompletionHandler Delegate

Declare a delegate that handles the chat message.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void SendMessageCompletionHandler(
	ChatFailureEventArgs failureEventArgs
)

Parameters

failureEventArgs
Type: Avaya.ClientServicesChatFailureEventArgs
If there is an error then this is not null.
See Also