| ParticipantSendPrivateChatMessage Method |
Sends private message to this participant.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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