Click or drag to resize
ParticipantSendPrivateChatMessage Method
Sends private message to this participant.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void SendPrivateChatMessage(
	string message,
	ParticipantSendMessageCompletionHandler completionHandler
)

Parameters

message
Type: SystemString
Message content.
completionHandler
Type: Avaya.ClientServicesParticipantSendMessageCompletionHandler
The completion handler for this operation. Operation success or failure is reported through this handler.
See Also