| SearchConversationMarkAllContentAsRead Method |
Marks all content in this conversation as read.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic override void MarkAllContentAsRead(
ConversationCompletionHandler completionHandler
)
Parameters
- completionHandler
- Type: Avaya.ClientServicesConversationCompletionHandler
The completion handler which will be invoked when the operation completes.
Operation success or failure is reported through this handler.
See Also