Method MarkCommentReplyAsRead
| Improve this Doc View SourceMarkCommentReplyAsRead(MarkCommentReplyAsReadForm, CancellationToken)
Marks a comment reply as read.
Declaration
Task<CommentResponse> MarkCommentReplyAsRead(MarkCommentReplyAsReadForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
MarkCommentReplyAsReadForm | form | The form to send for marking a comment reply as read. |
CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
Type | Description |
---|---|
Task<CommentResponse> | The task object representing the asynchronous operation. The task result contains the response after marking the comment reply as read. |