Click or drag to resize

ChatSendPrivateMessage Method

Sends private message to participant.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SendPrivateMessage(
	Participant participant,
	string message,
	ChatSendMessageCompletionHandler completionHandler
)

Parameters

participant
Type: Avaya.ClientServicesParticipant
message
Type: SystemString
completionHandler
Type: Avaya.ClientServicesChatSendMessageCompletionHandler
See Also