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