Click or drag to resize
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: 592.1.30.0
Syntax
C#
public 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