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