| MessageSetInReplyTo Method |
Sets the message that the current message is a direct reply to.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic void SetInReplyTo(
Message message,
MessageCompletionHandler completionHandler
)
Parameters
- message
- Type: Avaya.ClientServicesMessage
The message that is being replied to by the current message.
- completionHandler
- Type: Avaya.ClientServicesMessageCompletionHandler
The completion handler which will be invoked when the operation completes.
Operation success or failure is reported through this handler.
See Also