Method MarkAllAsRead
| Improve this Doc View SourceMarkAllAsRead(MarkAllAsReadForm, CancellationToken)
Marks everything as read.
Declaration
public Task<GetRepliesResponse> MarkAllAsRead(MarkAllAsReadForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
MarkAllAsReadForm | form | The form to send for marking all replies as read. |
CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
Type | Description |
---|---|
Task<GetRepliesResponse> | The task object representing the asynchronous operation. The task result contains the response after marking all replies as read. |